aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
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/html
parent0e23f37f5797ef35abad23f059fa48e56ff27b37 (diff)
Add missing translations and few fixes
Diffstat (limited to 'template/html')
-rw-r--r--template/html/users.html2
1 files changed, 1 insertions, 1 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>