Fixed a grammar mistake in alert-message.block-message
This commit is contained in:
parent
9fdbdc662a
commit
cdd5543173
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- if @suppress_diff
|
- if @suppress_diff
|
||||||
.alert-message.block-message
|
.alert-message.block-message
|
||||||
%p
|
%p
|
||||||
%strong Warning! Large commit with more then #{Commit::DIFF_SAFE_SIZE} files changed.
|
%strong Warning! Large commit with more than #{Commit::DIFF_SAFE_SIZE} files changed.
|
||||||
%p To prevent performance issue we rejected diff information.
|
%p To prevent performance issue we rejected diff information.
|
||||||
%p
|
%p
|
||||||
But if you still want to see diff
|
But if you still want to see diff
|
||||||
|
|
Loading…
Add table
Reference in a new issue