mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Merge pull request #1806 from wallabag/v2-translation-flash-baggy
Translate flash message in baggy theme
This commit is contained in:
commit
4258033451
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
{% for flashMessage in app.session.flashbag.get('notice') %}
|
||||
<div class="messages success">
|
||||
<a href="#" class="closeMessage">×</a>
|
||||
<p>{{ flashMessage }}</p>
|
||||
<p>{{ flashMessage|trans }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue