Skip to content

Commit

Permalink
Merge pull request #2355 from Ana06/plural
Browse files Browse the repository at this point in the history
[api]  Plural as a positional argument deprecated
  • Loading branch information
hennevogel committed Nov 18, 2016
2 parents e4c3412 + adfec15 commit 7468d5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ package.</p>
<% unless @remote_projects.empty? %>
<p>
Branches also work across interconnected OBS instances. This OBS has
<%= pluralize(@remote_projects.count, 'interconnect.', 'interconnects.') %>
<%= pluralize(@remote_projects.count, 'interconnect.', plural: 'interconnects.') %>
</p>
<ul>
<% @remote_projects.each do |id,name,title| %>
Expand Down

0 comments on commit 7468d5a

Please sign in to comment.