summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/conflicts
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-08-13 00:30:44 +0300
committerFatih Acet <acetfatih@gmail.com>2016-08-13 00:30:44 +0300
commit8429a57874e184d3b2d7b43d4701aafd2e92bdf6 (patch)
tree6bb36e29d93d5e8d9c3c429bed0f8a99e55a8ecb /app/views/projects/merge_requests/conflicts
parentf498347d9bce861b55fcb98721e8a21db2308721 (diff)
downloadgitlab-ce-8429a57874e184d3b2d7b43d4701aafd2e92bdf6.tar.gz
Fix hard coded plural text.
Diffstat (limited to 'app/views/projects/merge_requests/conflicts')
-rw-r--r--app/views/projects/merge_requests/conflicts/_commit_stats.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml b/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
index 16dc160be4a..457c467fba9 100644
--- a/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
+++ b/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
@@ -13,7 +13,7 @@
.js-toggle-container
.commit-stat-summary
Showing
- %strong.cred {{conflictsCount}} conflicts
+ %strong.cred {{conflictsCount}} {{conflictsData.conflictsText}}
between
%strong {{conflictsData.source_branch}}
and