From beb7a0cfcb6a5a76d680707a4c458eee51d87c07 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 21 Sep 2018 18:53:29 -0700 Subject: Use unique translation IDs instead of English text as key --- template/html/feed_entries.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/html/feed_entries.html') diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html index 1759874..a85cffc 100644 --- a/template/html/feed_entries.html +++ b/template/html/feed_entries.html @@ -6,25 +6,25 @@ {{ if ne .feed.ParsingErrorCount 0 }}
-

{{ t "There is a problem with this feed" }}

+

{{ t "alert.feed_error" }}

{{ t .feed.ParsingErrorMsg }}

{{ else if not .entries }} -

{{ t "There is no article for this feed." }}

+

{{ t "alert.no_feed_entry" }}

{{ else }}
{{ range .entries }} @@ -46,7 +46,7 @@ {{ if .entries }} {{ end }} -- cgit v1.2.3