From 8544c7e4b68664d5c816ea41007d54c8b3ab6f47 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 16 May 2017 14:17:13 +0200 Subject: [PATCH] reorder contrib strings in about page this fixes #2891 --- .../Resources/views/themes/common/Static/about.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}
-- 2.41.0