aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCedric Girard <girard.cedric@gmail.com>2017-05-16 14:17:13 +0200
committerCedric Girard <girard.cedric@gmail.com>2017-05-16 14:17:13 +0200
commit8544c7e4b68664d5c816ea41007d54c8b3ab6f47 (patch)
treecec1c514bc3937604136b99f88f1fa2eed59a7b3
parent91ba9a59754b09f0713161567d36c959c2aa5ffe (diff)
downloadwallabag-8544c7e4b68664d5c816ea41007d54c8b3ab6f47.tar.gz
wallabag-8544c7e4b68664d5c816ea41007d54c8b3ab6f47.tar.zst
wallabag-8544c7e4b68664d5c816ea41007d54c8b3ab6f47.zip
reorder contrib strings in about page
this fixes #2891
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
46 <div id="set3" class="col s12"> 46 <div id="set3" class="col s12">
47 <dl> 47 <dl>
48 <dt>{{ 'about.helping.description'|trans }}</dt> 48 <dt>{{ 'about.helping.description'|trans }}</dt>
49 <dd>{{ 'about.helping.by_contributing_2'|trans }} <a href="https://github.com/wallabag/wallabag/issues/1254">{{ 'about.helping.by_contributing'|trans }}</a></dd> 49 <dd>{{ 'about.helping.by_contributing'|trans }} <a href="https://github.com/wallabag/wallabag/issues/1254">{{ 'about.helping.by_contributing_2'|trans }}</a></dd>
50 <dd><a href="{{ paypal_url }}">{{ 'about.helping.by_paypal'|trans }}</a></dd> 50 <dd><a href="{{ paypal_url }}">{{ 'about.helping.by_paypal'|trans }}</a></dd>
51 </dl> 51 </dl>
52 </div> 52 </div>