summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php1
-rw-r--r--templates/part.navigation.feed.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 2797ee58e..873c71bdc 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -35,7 +35,6 @@
</a>
</li>
<li class="title only-in-compact"
- title="{{ ::item.title }}"
ng-class="{
'icon-rss':
!Content.getFeed(item.feedId).faviconLink
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 3d80651ed..3c715761a 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -131,7 +131,7 @@
<button ng-click="Navigation.setUpdateMode(feed.id, 1)"
ng-hide="feed.updateMode == 1">
<span class="icon-updatemode-default"></span>
- <span><?php p($l->t('Mark updated unread')); ?></span>
+ <span><?php p($l->t('Unread updated')); ?></span>
</button>
<button ng-click="Navigation.setUpdateMode(feed.id, 0)"
ng-show="feed.updateMode == 1">