summaryrefslogtreecommitdiff
path: root/app/views/auth/reset.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-22 22:28:21 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-22 22:28:21 +0200
commit669c41114f60a5a31253bed766f52e1840e00599 (patch)
treedaf2c4f3c8809a0ea448a6f65486096e2a533403 /app/views/auth/reset.phtml
parentde2e221aca0639c45cfe30f049ec71a493b17a5c (diff)
Show indications for username and password formats
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/views/auth/reset.phtml')
-rw-r--r--app/views/auth/reset.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/reset.phtml b/app/views/auth/reset.phtml
index 6e9816ad3..9c820c7c8 100644
--- a/app/views/auth/reset.phtml
+++ b/app/views/auth/reset.phtml
@@ -16,7 +16,7 @@
</p>
<div>
- <label for="username"><?php echo _t('gen.auth.username_admin'); ?></label>
+ <label for="username"><?php echo _t('gen.auth.username.admin'); ?></label>
<input type="text" id="username" name="username" size="16" required="required" maxlength="16" pattern="[0-9a-zA-Z]{1,16}" autofocus="autofocus" />
</div>
<div>