Commit 7d593c54463307b0e1bb4a2653e161f4f238a3d9
Exists in
master
and in
4 other branches
Merge pull request #2837 from xudiera/master
Fixed a grammar mistake in alert-message.block-message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/commits/_diffs.html.haml
1 | - if @suppress_diff | 1 | - if @suppress_diff |
2 | .alert-message.block-message | 2 | .alert-message.block-message |
3 | %p | 3 | %p |
4 | - %strong Warning! Large commit with more then #{Commit::DIFF_SAFE_SIZE} files changed. | 4 | + %strong Warning! Large commit with more than #{Commit::DIFF_SAFE_SIZE} files changed. |
5 | %p To prevent performance issue we rejected diff information. | 5 | %p To prevent performance issue we rejected diff information. |
6 | %p | 6 | %p |
7 | But if you still want to see diff | 7 | But if you still want to see diff |