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/import.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template/html/import.html') diff --git a/template/html/import.html b/template/html/import.html index dbdb9b0..0668f25 100644 --- a/template/html/import.html +++ b/template/html/import.html @@ -1,17 +1,17 @@ -{{ define "title"}}{{ t "Import" }}{{ end }} +{{ define "title"}}{{ t "page.import.title" }}{{ end }} {{ define "content"}} @@ -23,11 +23,11 @@
{{ t .errorMessage }}
{{ end }} - +
- +
-- cgit v1.2.3