From cdd55431735ab359f12bb9b6e203c0face879272 Mon Sep 17 00:00:00 2001 From: Carlos Xudiera Date: Tue, 29 Jan 2013 12:58:34 -0500 Subject: Fixed a grammar mistake in alert-message.block-message --- app/views/commits/_diffs.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/commits/_diffs.html.haml b/app/views/commits/_diffs.html.haml index 9a9aed39b08..556e67f6cda 100644 --- a/app/views/commits/_diffs.html.haml +++ b/app/views/commits/_diffs.html.haml @@ -1,7 +1,7 @@ - if @suppress_diff .alert-message.block-message %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 But if you still want to see diff -- cgit v1.2.3