summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 21:44:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-27 21:44:48 +0100
commit32ef47a1ec3fc4da73408cf0d348581b219f72ee (patch)
tree632af02bcaa1fb9818cc6db9918b6d64247b4ad3 /templates
parent4831e4f754ef01442988f077d348c8a905ed1bf9 (diff)
add last feed update error to message
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index b2d48b46d..aaf2c62de 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -33,7 +33,7 @@
ng-href="#/items/feeds/{{ feed.id }}/"
class="title"
ng-class="{'icon-rss': !feed.faviconLink}"
- title="{{ feed.updateErrorCount > 10 ? '<?php p($l->t('Feed failed to update more than 10 times')); ?>': feed.title }}">
+ title="{{ feed.updateErrorCount > 10 ? '<?php p($l->t('Feed failed to update more than 10 times')); ?>: ' + feed.lastUpdateError : feed.title }}">
{{ feed.title }}
</a>