Merge pull request #1957 from wallabag/fix-gotoaccount-button-translation

Fix translation for Go to your account button after subscription
This commit is contained in:
Nicolas Lœuillet 2016-04-21 08:37:36 +02:00
commit 45919a295e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="card-action center"> <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>
</div> </div>
{% endblock fos_user_content %} {% endblock fos_user_content %}