Merge branch 'additional-commits-integer-fix' into 'master'

Fix invalid integer value when more than 1000 commits

Closes #34711

See merge request !12659
This commit is contained in:
Sean McGivern 2017-07-06 08:00:27 +00:00
commit 2520edefb9
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@
- if hidden > 0
%li.alert.alert-warning
= n_('%d additional commit has been omitted to prevent performance issues.', '%d additional commits have been omitted to prevent performance issues.', hidden) % number_with_delimiter(hidden)
= n_('%s additional commit has been omitted to prevent performance issues.', '%s additional commits have been omitted to prevent performance issues.', hidden) % number_with_delimiter(hidden)