diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index 7116bba9f..53852d392 100644 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -11,10 +11,10 @@ no tags {% for tag in tags %}
  • {{ tag.value }}
  • {% endfor %}
    - -

    {% trans "you can type several tags, separated by comma" %}

    + +

    {% trans "You can enter multiple tags, separated by commas." %}

    - +
    -{% trans "back to the article" %} -{% endblock %} \ No newline at end of file +{% trans "return to article" %} +{% endblock %}