1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Fix typo in edit user template

This commit is contained in:
Frédéric Guillot 2018-03-01 23:06:28 -08:00
parent cbd273da2b
commit 5185bf0c7e
2 changed files with 4 additions and 4 deletions

View file

@ -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>