]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
reorder contrib strings in about page 3123/head
authorCedric Girard <girard.cedric@gmail.com>
Tue, 16 May 2017 12:17:13 +0000 (14:17 +0200)
committerCedric Girard <girard.cedric@gmail.com>
Tue, 16 May 2017 12:17:13 +0000 (14:17 +0200)
this fixes #2891

src/Wallabag/CoreBundle/Resources/views/themes/common/Static/about.html.twig

index f82e5dc5262ba1eb2383ee931fa2b7580372602b..dae7adae58d57a22dddfcecfd394caaa7d08e88e 100644 (file)
@@ -46,7 +46,7 @@
                     <div id="set3" class="col s12">
                         <dl>
                             <dt>{{ 'about.helping.description'|trans }}</dt>
-                            <dd>{{ 'about.helping.by_contributing_2'|trans }} <a href="https://github.com/wallabag/wallabag/issues/1254">{{ 'about.helping.by_contributing'|trans }}</a></dd>
+                            <dd>{{ 'about.helping.by_contributing'|trans }} <a href="https://github.com/wallabag/wallabag/issues/1254">{{ 'about.helping.by_contributing_2'|trans }}</a></dd>
                             <dd><a href="{{ paypal_url }}">{{ 'about.helping.by_paypal'|trans }}</a></dd>
                         </dl>
                     </div>