aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-31 12:16:43 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-31 12:16:43 +0100
commit220e4ac2c76c16b3d16c77753228fe439bafc7c7 (patch)
tree972b56c4e701b2bea5711c00f6d7dfc6e56ea253
parent4b7a2726deb1bdca94b39a65d32beb6f9ca90492 (diff)
Preserve string "Tags (separated by a space):", removed in f89e2c3d5cee5e3bf2bd2227254fa0edb09aeb53, as there are lots of translations for this already, and we'll probably be re-introducing it with more features around tagging.
-rw-r--r--app/views/request/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.html.erb b/app/views/request/new.html.erb
index 8b7d38ac0..f8b97ffe3 100644
--- a/app/views/request/new.html.erb
+++ b/app/views/request/new.html.erb
@@ -141,7 +141,7 @@
<% if !@info_request.tag_string.empty? %>
<p class="form_note">
- <!-- <label class="form_label" for="info_request_tag_string">Tags:</label>
+ <!-- <label class="form_label" for="info_request_tag_string"><%= _("Tags (separated by a space):") %></label>
<%= f.text_field :tag_string, :size => 50 %> -->
<%= f.hidden_field(:tag_string) %>