diff options
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 e2a9a9f5..bf685240 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig | |||
@@ -1,11 +1,11 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | 2 | ||
3 | {% block title %}{% trans "login to your poche" %}{% endblock %} | 3 | {% block title %}{% trans "login to your wallabag" %}{% endblock %} |
4 | {% block content %} | 4 | {% block content %} |
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 poche" %}</h2> | 8 | <h2 class="mbs txtcenter">{% trans "Login to wallabag" %}</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 "Username" %}</label> | 11 | <label class="col w150p" for="login">{% trans "Username" %}</label> |