]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Updated tag edit page
authorWilliam Theaker <william.theaker@gmail.com>
Fri, 3 Jan 2014 02:04:56 +0000 (21:04 -0500)
committerWilliam Theaker <william.theaker@gmail.com>
Fri, 3 Jan 2014 02:04:56 +0000 (21:04 -0500)
themes/default/edit-tags.twig

index 7116bba9f55c01c305d6f8779ad85d876713f1ed..53852d392687b297bbc73ec0ba039bbfa39bb3a3 100644 (file)
@@ -11,10 +11,10 @@ no tags
 {% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&amp;tag_id={{ tag.id }}&amp;id={{ entry_id }}">✘</a></li>{% endfor %}
 </ul>
 <form method="post" action="./?action=add_tag">
-    <label for="value">New tags: </label><input type="text" id="value" name="value" required="required" />
-    <p>{% trans "you can type several tags, separated by comma" %}</p>
+    <label for="value">Add tags: </label><input type="text" placeholder="interview, editorial, video" id="value" name="value" required="required" />
+    <p>{% trans "You can enter multiple tags, separated by commas." %}</p>
     <input type="hidden" name="entry_id" value="{{ entry_id }}" />
-    <input type="submit" value="add tags" />
+    <input type="submit" value="Tag" />
 </form>
-<a href="./?view=view&id={{ entry_id }}">{% trans "back to the article" %}</a>
-{% endblock %}
\ No newline at end of file
+<a href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
+{% endblock %}