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/history_entries.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/html/history_entries.html') diff --git a/template/html/history_entries.html b/template/html/history_entries.html index 9824f11..0888778 100644 --- a/template/html/history_entries.html +++ b/template/html/history_entries.html @@ -1,19 +1,19 @@ -{{ define "title"}}{{ t "History" }} ({{ .total }}){{ end }} +{{ define "title"}}{{ t "page.history.title" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .entries }} -

{{ t "There is no history at the moment." }}

+

{{ t "alert.no_history" }}

{{ else }}
{{ range .entries }} -- cgit v1.2.3