summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-01-26 18:03:42 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commite5ccff97a68877fb03641344477dd212e702360f (patch)
tree9a2e61f7dc62f8a31165ee341de2f67156d2e2cd /templates
parent29a68a10e847f6e6852df308790323f3d9673aef (diff)
✨ Shared menu: get and show sharedCount
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.sharedfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php
index ee4bb4fc3..6767b407b 100644
--- a/templates/part.navigation.sharedfeed.php
+++ b/templates/part.navigation.sharedfeed.php
@@ -12,8 +12,8 @@
<ul>
<li class="app-navigation-entry-utils-counter"
ng-show="Navigation.isSharedUnread()"
- title="{{ Navigation.getStarredCount() }}">
- {{ Navigation.getStarredCount() | unreadCountFormatter }}
+ title="{{ Navigation.getSharedCount() }}">
+ {{ Navigation.getSharedCount() | unreadCountFormatter }}
</li>
</ul>
</div>