From 046b9316244c7a3a19446b2425d2370a26246af0 Mon Sep 17 00:00:00 2001 From: tcit Date: Fri, 25 Jul 2014 08:42:03 +0200 Subject: added email field --- themes/baggy/config.twig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 46735f07..ccdd2273 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -138,11 +138,15 @@
- +
- + +
+
+ +
-- cgit v1.2.3 From 9f3477a279d8a72a56000a956c940046d3645ff5 Mon Sep 17 00:00:00 2001 From: tcit Date: Fri, 25 Jul 2014 08:42:30 +0200 Subject: precision --- themes/baggy/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index ccdd2273..0ae67bc3 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -145,7 +145,7 @@
- +
-- cgit v1.2.3 From 200c758ff411c013391d4c84bce24e0df9cfbac1 Mon Sep 17 00:00:00 2001 From: tcit Date: Sat, 26 Jul 2014 12:42:48 +0200 Subject: Translations --- themes/baggy/config.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/baggy/config.twig') 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 @@
- +
@@ -167,5 +167,5 @@
{% else %}

{% trans "You are the only user, you cannot delete your own account." %}
- {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}

{% endif %} + {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}

{% endif %} {% endblock %} -- cgit v1.2.3