From: William Theaker Date: Fri, 3 Jan 2014 02:04:56 +0000 (-0500) Subject: Updated tag edit page X-Git-Tag: 1.3.1^2~11^2^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b1bfd4cb0c06bb7fd730d634a57325dc34cfb407;p=github%2Fwallabag%2Fwallabag.git Updated tag edit page --- diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index 7116bba9..53852d39 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 %}