X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Flogin.twig;h=d4f440196d47f09a09e2d12690fc718fe208679e;hb=121691e90026dcfaaecef0a1db07d40cd43a9278;hp=e2a9a9f520e808550517847515caa30727c84c38;hpb=04fcbad8c50956336819f2b25db8298d50b5b800;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/login.twig b/themes/default/login.twig index e2a9a9f5..d4f44019 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig @@ -1,11 +1,11 @@ {% extends "layout.twig" %} -{% block title %}{% trans "login to your poche" %}{% endblock %} +{% block title %}{% trans "login to your wallabag" %}{% endblock %} {% block content %} {% if http_auth == 0 %}
-

{% trans "Login to poche" %}

+

{% trans "Login to wallabag" %}

{% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %}
@@ -24,11 +24,16 @@
- +
{% endif %} + {% if constant('ALLOW_REGISTER') == 1 %} +
+ {% trans "Register" %} +
+ {% endif %} {% endblock %}