From 7ee1972599f52924151794fe6c933ce69297f7f3 Mon Sep 17 00:00:00 2001 From: tcit Date: Mon, 27 Oct 2014 14:00:47 +0100 Subject: translation fix for #887 and tiny display fix --- themes/default/edit-tags.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/edit-tags.twig') diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index bd498d26..89c746ec 100755 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -16,15 +16,15 @@ {% if tags is empty %} -no tags +{% trans "no tags" %} {% endif %}
- - + +

{% trans "Start typing for auto complete." %}
{% trans "You can enter multiple tags, separated by commas." %}

-- cgit v1.2.3