diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-16 00:24:27 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-16 00:24:27 -0800 |
commit | 04fcbad8c50956336819f2b25db8298d50b5b800 (patch) | |
tree | a63ec49b09d78458654e82cddedc925ddc5669f2 /themes/default/login.twig | |
parent | 0f9d3ef173f2edfd4e8e6e4ac0a76de5202bae65 (diff) | |
parent | 5df72bb4a42b94370d54ed7277235541d7b6afab (diff) | |
download | wallabag-04fcbad8c50956336819f2b25db8298d50b5b800.tar.gz wallabag-04fcbad8c50956336819f2b25db8298d50b5b800.tar.zst wallabag-04fcbad8c50956336819f2b25db8298d50b5b800.zip |
Merge pull request #358 from williamtheaker/dev
Edited English text
Diffstat (limited to 'themes/default/login.twig')
-rw-r--r-- | themes/default/login.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/login.twig b/themes/default/login.twig index 2e48052b..e2a9a9f5 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig | |||
@@ -5,10 +5,10 @@ | |||
5 | {% if http_auth == 0 %} | 5 | {% if http_auth == 0 %} |
6 | <form method="post" action="?login" name="loginform"> | 6 | <form method="post" action="?login" name="loginform"> |
7 | <fieldset class="w500p center"> | 7 | <fieldset class="w500p center"> |
8 | <h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2> | 8 | <h2 class="mbs txtcenter">{% trans "Login to poche" %}</h2> |
9 | {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} | 9 | {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} |
10 | <div class="row"> | 10 | <div class="row"> |
11 | <label class="col w150p" for="login">{% trans "Login" %}</label> | 11 | <label class="col w150p" for="login">{% trans "Username" %}</label> |
12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} /> | 12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} /> |
13 | </div> | 13 | </div> |
14 | 14 | ||