From d6d0a1721c0adf798157905555b56b2a4a389eda Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Fri, 9 Aug 2013 14:46:09 +0200 Subject: [PATCH] Thx Jacob. --- app/views/projects/compare/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index bd0a3840adb..af9273f9315 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -8,7 +8,7 @@ - if @commits.size > 100 .alert.alert-block %p - %strong Warning! This comparison include more than 100 commits. + %strong Warning! This comparison includes more than 100 commits. %p To preserve performance the line diff is not shown. - if @commits.present?