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/choose_subscription.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template/html/choose_subscription.html') diff --git a/template/html/choose_subscription.html b/template/html/choose_subscription.html index 2b053a1..bac7083 100644 --- a/template/html/choose_subscription.html +++ b/template/html/choose_subscription.html @@ -1,17 +1,17 @@ -{{ define "title"}}{{ t "Choose a Subscription" }}{{ end }} +{{ define "title"}}{{ t "page.add_feed.title" }}{{ end }} {{ define "content"}} @@ -26,7 +26,7 @@ {{ end }} -

{{ t "Choose a Subscription" }}

+

{{ t "page.add_feed.choose_feed" }}

{{ range .subscriptions }}
@@ -36,7 +36,7 @@ {{ end }}
- +
{{ end }} -- cgit v1.2.3