Skip to content

Correctly pluralize participants on issue show page

gitlab-qa-bot requested to merge github/fork/liammonahan/master into master

Right now, if there is only one participants, the issue show page says "1 participants" instead of "1 participant." This commit uses pluralize() to fix that.

Merge request reports