]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/view.twig
Merge pull request #450 from wallabag/dev
[github/wallabag/wallabag.git] / themes / default / view.twig
index d09977a801b2149cd5f438022214be923af0c53e..9858996f38852e13c3c6ed240cd8ef7cc28a7caf 100644 (file)
@@ -21,7 +21,7 @@
                 <h1>{{ entry.title|raw }}</h1>
             </header>
             <aside class="tags">
-                tags: {% for tag in tags %}<a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
+                {% trans "tags:" %} {% for tag in tags %}<a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
             </aside>
             <article>
                 {{ content | raw }}