diff options
author | NumEricR <eric.github@gmail.com> | 2013-08-24 10:27:33 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-08-24 10:27:33 +0200 |
commit | 06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74 (patch) | |
tree | 8265079a11e463844763525793eb0dc3bb5c5da5 /tpl/login.twig | |
parent | 679b6b85ad1f8c9110334101a1568510ad15891b (diff) | |
download | wallabag-06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74.tar.gz wallabag-06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74.tar.zst wallabag-06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74.zip |
Fix login button wording
Diffstat (limited to 'tpl/login.twig')
-rw-r--r-- | tpl/login.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/login.twig b/tpl/login.twig index 0ae130bc..b24674e2 100644 --- a/tpl/login.twig +++ b/tpl/login.twig | |||
@@ -23,7 +23,7 @@ | |||
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
25 | <div class="row mts txtcenter"> | 25 | <div class="row mts txtcenter"> |
26 | <button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button> | 26 | <button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button> |
27 | </div> | 27 | </div> |
28 | </fieldset> | 28 | </fieldset> |
29 | <input type="hidden" name="returnurl" value="{{ referer }}"> | 29 | <input type="hidden" name="returnurl" value="{{ referer }}"> |