summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.sharedfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.sharedfeed.php')
-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>