Permalink
Browse files
Corrected a couple of leftover visible "Freeform" labels
- Loading branch information...
|
@@ -42,7 +42,7 @@ def prompt_restriction_settings(form, include_description = false, allowany) |
|
|
link_to_help("challenge-category-tags"))
|
|
|
result += required_and_allowed(form, "category", allowany)
|
|
|
|
|
|
- result += content_tag(:dt, form.label(:freeform_num_required, ts("Freeform(s):")))
|
|
|
+ result += content_tag(:dt, form.label(:freeform_num_required, ts("Additional tag(s):")))
|
|
|
result += required_and_allowed(form, "freeform", allowany)
|
|
|
|
|
|
result += content_tag(:dt, form.label(:warning_num_required, ts("Archive Warning(s):")))
|
|
|
|
@@ -29,9 +29,9 @@ def nomination_notes(limit) |
|
|
|
|
|
if limit[:freeform] > 0
|
|
|
if message.blank?
|
|
|
- message = ts("You can nominate up to %{ff} freeform tags.", :ff => limit[:freeform])
|
|
|
+ message = ts("You can nominate up to %{ff} additional tags.", :ff => limit[:freeform])
|
|
|
else
|
|
|
- message += ts(" You can also nominate up to %{ff} freeform tags.", :ff => limit[:freeform])
|
|
|
+ message += ts(" You can also nominate up to %{ff} additional tags.", :ff => limit[:freeform])
|
|
|
end
|
|
|
end
|
|
|
|
|
|
|
@@ -7,7 +7,7 @@ |
|
|
<li><%= link_to t('.recent_works', :default => "Recent Works"), works_path %></li>
|
|
|
<li><%= link_to t('.people', :default => "People"), people_path %></li>
|
|
|
<li><%= link_to t('.bookmarks', :default => "Bookmarks"), bookmarks_path %></li>
|
|
|
- <li><%= link_to t('.freeform_tag_cloud', :default => "Freeform Tag Cloud"), tags_path %></li>
|
|
|
+ <li><%= link_to t('.freeform_tag_cloud', :default => "Additional Tags Cloud"), tags_path %></li>
|
|
|
<li><%= link_to t('.languages', :default => "Languages"), languages_path %></li>
|
|
|
<li><%= link_to t('.collections', :default => "Collections and Challenges"), collections_path %></li>
|
|
|
</ul>
|
|
|
0 comments on commit
a3b012b