Fix invalid integer value when more than 1000 commits

Closes #34711
This commit is contained in:
Phil Hughes 2017-07-05 16:54:33 +01:00
parent dddfa49db6
commit 19922c705e
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)