From 8544c7e4b68664d5c816ea41007d54c8b3ab6f47 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 16 May 2017 14:17:13 +0200 Subject: reorder contrib strings in about page this fixes #2891 --- .../CoreBundle/Resources/views/themes/common/Static/about.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig index f82e5dc5..dae7adae 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig @@ -46,7 +46,7 @@
{{ 'about.helping.description'|trans }}
-
{{ 'about.helping.by_contributing_2'|trans }} {{ 'about.helping.by_contributing'|trans }}
+
{{ 'about.helping.by_contributing'|trans }} {{ 'about.helping.by_contributing_2'|trans }}
{{ 'about.helping.by_paypal'|trans }}
-- cgit v1.2.3 From 6b94ee51b85b0244ea5f2b10754c012629def219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 13 May 2017 09:33:19 +0200 Subject: Fixed documentation URL --- .../Resources/views/themes/common/Developer/index.html.twig | 2 +- .../Resources/views/themes/common/Static/about.html.twig | 7 ++++--- .../Resources/views/themes/common/Static/quickstart.html.twig | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig index 3430c0d4..b3f0affb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig @@ -14,7 +14,7 @@ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig index dae7adae..1cd3485c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig @@ -34,9 +34,10 @@
{{ 'about.getting_help.documentation'|trans }}
-
english
-
français
-
deutsch
+
english
+
français
+
deutsch
+
italiano
{{ 'about.getting_help.bug_reports'|trans }}
{{ 'about.getting_help.support'|trans|raw }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig index b7a48551..4580813c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig @@ -69,8 +69,8 @@
@@ -84,9 +84,9 @@ -- cgit v1.2.3