aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_user.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-03-01 23:06:28 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-03-01 23:06:28 -0800
commit5185bf0c7ea5522ee2b00d57e3954549b314553a (patch)
treed8fcf33ca6970ec0c90fd92c7fcadd3069528e57 /template/html/edit_user.html
parentcbd273da2bf722ce121dec3c6dc91d5187a17c08 (diff)
Fix typo in edit user template
Diffstat (limited to 'template/html/edit_user.html')
-rw-r--r--template/html/edit_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/edit_user.html b/template/html/edit_user.html
index 8c2d9fa..06539d9 100644
--- a/template/html/edit_user.html
+++ b/template/html/edit_user.html
@@ -2,7 +2,7 @@
{{ define "content"}}
<section class="page-header">
- <h1>{{ t "Edit user %s" .selected_user.Username }}"</h1>
+ <h1>{{ t "Edit user %s" .selected_user.Username }}</h1>
<ul>
<li>
<a href="{{ route "settings" }}">{{ t "Settings" }}</a>