Author
|
zPlus <->
2016-03-18 06:43:26
|
Committer
|
zPlus <->
2016-03-18 06:43:26
|
Commit
|
b54f3df
(patch)
|
Tree
|
af8ad34
|
Parent(s)
|
|
login_reset: Improve text
commits diff:
e2f14f5..b54f3df
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M template/login_reset.twig
9
|
9
|
|
|
10
|
10
|
|
{% if token_sent is defined %}
|
11
|
11
|
|
|
12
|
|
- |
Reset code sent. Check your email.
|
|
12
|
+ |
If the username has an email address, you will receive a new reset code soon. Check your email.
|
13
|
13
|
|
|
14
|
14
|
|
{% elseif token is defined %}
|
15
|
15
|
|
|