Commit 7d593c54463307b0e1bb4a2653e161f4f238a3d9

Authored by Dmitriy Zaporozhets
2 parents 7ba4f2dc cdd55431

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 1 - if @suppress_diff
2 2 .alert-message.block-message
3 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 5 %p To prevent performance issue we rejected diff information.
6 6 %p
7 7 But if you still want to see diff
... ...