From 2fbe4fad138c0b68c9e98b32ae398a6b93ea535b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 15 Oct 2013 13:58:05 +0900 Subject: [PATCH] Improve the repository import message --- app/views/projects/empty.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 9f3502e90..b5dffb772 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -6,7 +6,7 @@ = image_tag "ajax_loader.gif" %h3 Importing repository. %p.monospace git clone --bare #{@project.import_url} - %p Please wait until we import repository for you. Refresh at will. + %p Please wait while we import the repository for you. Refresh at will. :javascript new ProjectImport(); -- 2.11.0