summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-19 17:48:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-19 17:48:16 +0200
commite64167ec0ae8718b359bd67dda219c6414234f23 (patch)
tree9d58f6c1f9ef6868d15d52301ca289536d8c61c6 /templates
parent7deefd95d637ef9af759e3e1723a6a62860c1083 (diff)
Fix #151, Fix #145
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">