Commit cdd55431735ab359f12bb9b6e203c0face879272

Authored by Carlos Xudiera
1 parent 9fdbdc66

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
... ...