From 32ef47a1ec3fc4da73408cf0d348581b219f72ee Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Nov 2015 21:44:48 +0100 Subject: add last feed update error to message --- templates/part.navigation.feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 ? 't('Feed failed to update more than 10 times')); ?>': feed.title }}"> + title="{{ feed.updateErrorCount > 10 ? 't('Feed failed to update more than 10 times')); ?>: ' + feed.lastUpdateError : feed.title }}"> {{ feed.title }} -- cgit v1.2.3