removes duplicated label on legislation proposal form
This commit is contained in:
@@ -58,11 +58,10 @@
|
||||
</div>
|
||||
|
||||
<div class="small-12 column">
|
||||
<%= f.label :tag_list, t("proposals.form.tags_label") %>
|
||||
<%= f.label :tag_list, t("legislation.proposals.form.tags_label") %>
|
||||
<p class="help-text" id="tag-list-help-text"><%= t("proposals.form.tags_instructions") %></p>
|
||||
|
||||
<div id="category_tags" class="tags">
|
||||
<%= f.label :category_tag_list, t("proposals.form.tag_category_label") %>
|
||||
<% @process.tag_list_on(:customs).each do |tag| %>
|
||||
<a class="js-add-tag-link"><%= tag %></a>
|
||||
<% end %>
|
||||
|
||||
@@ -120,3 +120,6 @@ en:
|
||||
shared:
|
||||
share: Share
|
||||
share_comment: Comment on %{version_name} from process draft %{process_name}
|
||||
proposals:
|
||||
form:
|
||||
tags_label: "Categories"
|
||||
@@ -120,3 +120,6 @@ es:
|
||||
shared:
|
||||
share: Compartir
|
||||
share_comment: Comentario sobre la %{version_name} del borrador del proceso %{process_name}
|
||||
proposals:
|
||||
form:
|
||||
tags_label: "Categorías"
|
||||
Reference in New Issue
Block a user