]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix translation for Go to your account button after subscription 1957/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 20 Apr 2016 13:53:20 +0000 (15:53 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 20 Apr 2016 13:53:20 +0000 (15:53 +0200)
Fix #1956

src/Wallabag/UserBundle/Resources/views/Registration/confirmed.html.twig

index 674eb217efad519d4ab012766f0524654630e955..aa4b9bcae311755bfa8fa0a95d5dfcb9435ee8e5 100644 (file)
@@ -11,7 +11,7 @@
         {% endif %}
     </div>
     <div class="card-action center">
-        <a href="{{ path('homepage') }}" class="waves-effect waves-light btn"><i class="material-icons left"></i> {{ 'security.register.go_to_account'|trans }}</a>
+        <a href="{{ path('homepage') }}" class="waves-effect waves-light btn"><i class="material-icons left"></i> {{ 'security.register.go_to_account'|trans({},'messages') }}</a>
     </div>
 </div>
 {% endblock fos_user_content %}