Skip to content

Commit

Permalink
Merge pull request #1653 from elzj/issue_2179
Browse files Browse the repository at this point in the history
Issue 2179: Quick tweak to singular/plural kudos text
  • Loading branch information
sarken committed May 3, 2014
2 parents 749c5e2 + c5163ba commit 45965af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/kudos/_kudos.html.erb
Expand Up @@ -12,7 +12,7 @@
to_sentence(:last_word_connector => ', ').
html_safe + ', ' %>
<%= link_to work_kudos_path(commentable), :id => "kudos_summary" do %>
<%= ts(" and %{collapsed_count} more users", :collapsed_count => kudos.length - ArchiveConfig.MAX_KUDOS_TO_SHOW) %>
<%= ts(" and %{collapsed_count} more user(s)", :collapsed_count => kudos.length - ArchiveConfig.MAX_KUDOS_TO_SHOW) %>
<% end %>
<span class="kudos_expanded hidden">
<%= kudos[ArchiveConfig.MAX_KUDOS_TO_SHOW..-1].map {|kudo| link_to kudo.pseud.byline, kudo.pseud.user}.
Expand Down

0 comments on commit 45965af

Please sign in to comment.