aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-09-22 10:39:33 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-09-22 10:48:07 -0700
commitaae9b4eb835c72c0b7ecd8fa6565eacce3963d00 (patch)
tree94f1f0c4538cc17f2a893a136871058a01596c85 /template
parent0e23f37f5797ef35abad23f059fa48e56ff27b37 (diff)
Add missing translations and few fixes
Diffstat (limited to 'template')
-rw-r--r--template/html/users.html2
-rw-r--r--template/views.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/template/html/users.html b/template/html/users.html
index fb20e85..9552c1b 100644
--- a/template/html/users.html
+++ b/template/html/users.html
@@ -27,7 +27,7 @@
{{ else }}
<table>
<tr>
- <th class="column-20">{{ t "Username" }}</th>
+ <th class="column-20">{{ t "page.users.username" }}</th>
<th>{{ t "page.users.is_admin" }}</th>
<th>{{ t "page.users.last_login" }}</th>
<th>{{ t "page.users.actions" }}</th>
diff --git a/template/views.go b/template/views.go
index e246eb4..d0854f4 100644
--- a/template/views.go
+++ b/template/views.go
@@ -1328,7 +1328,7 @@ var templateViewsMap = map[string]string{
{{ else }}
<table>
<tr>
- <th class="column-20">{{ t "Username" }}</th>
+ <th class="column-20">{{ t "page.users.username" }}</th>
<th>{{ t "page.users.is_admin" }}</th>
<th>{{ t "page.users.last_login" }}</th>
<th>{{ t "page.users.actions" }}</th>
@@ -1388,5 +1388,5 @@ var templateViewsMapChecksums = map[string]string{
"sessions": "1b3ec0970a4111b81f86d6ed187bb410f88972e2ede6723b9febcc4c7e5fc921",
"settings": "bc04faf83dd977306825973375954600bd014619340188e1243fd9e2f5d5e1a9",
"unread_entries": "058d918592b25bd209c84660dd546b7426f19b1083da868a8672fde9bbcf1b17",
- "users": "ca71f7213f45c6abbaae8d1ba9e8400690f92a3edec60e01c91dff067566f1d4",
+ "users": "4b56cc76fbcc424e7c870d0efca93bb44dbfcc2a08b685cf799c773fbb8dfb2f",
}