diff options
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/baggy/config.twig | 4 | ||||
-rwxr-xr-x | themes/courgette/config.twig | 2 | ||||
-rwxr-xr-x | themes/default/config.twig | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 0ae67bc3..12934c8b 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -142,7 +142,7 @@ | |||
142 | </div> | 142 | </div> |
143 | <div class="row"> | 143 | <div class="row"> |
144 | <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label> | 144 | <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label> |
145 | <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}" required> | 145 | <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans 'Password' %}" required> |
146 | </div> | 146 | </div> |
147 | <div class="row"> | 147 | <div class="row"> |
148 | <label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label> | 148 | <label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label> |
@@ -167,5 +167,5 @@ | |||
167 | </div> | 167 | </div> |
168 | </form> | 168 | </form> |
169 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> | 169 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> |
170 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %} | 170 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %} |
171 | {% endblock %} | 171 | {% endblock %} |
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index 9ab58461..e921b499 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig | |||
@@ -116,6 +116,6 @@ | |||
116 | </div> | 116 | </div> |
117 | </form> | 117 | </form> |
118 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> | 118 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> |
119 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %} | 119 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %} |
120 | </div> | 120 | </div> |
121 | {% endblock %} | 121 | {% endblock %} |
diff --git a/themes/default/config.twig b/themes/default/config.twig index 160f6046..72c5d6f4 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -162,5 +162,5 @@ | |||
162 | </div> | 162 | </div> |
163 | </form> | 163 | </form> |
164 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> | 164 | {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br /> |
165 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}</p>{% endif %} | 165 | {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %} |
166 | {% endblock %} | 166 | {% endblock %} |