From af5ef203e8b6082455bd6fca141c2f6b11f6b9b5 Mon Sep 17 00:00:00 2001
From: Sytse Sijbrandij <sytse@dosire.com>
Date: Wed, 3 Apr 2013 21:28:19 +0200
Subject: [PATCH] With gitlab-shell it is faster than 2 minutes.

---
 app/views/projects/edit.html.haml | 2 +-
 app/views/projects/new.html.haml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 394522bfd88..c050f9454a5 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -7,7 +7,7 @@
 %div.save-project-loader.hide
   %center
     = image_tag "ajax_loader.gif"
-    %h3 Saving project. Please wait a few minutes
+    %h3 Saving project. Please wait a moment, this page will automatically refresh when ready.
 
 :javascript
   $(function(){ new Projects(); });
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 933cb671142..eb4ef5979cf 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -6,7 +6,7 @@
 %div.save-project-loader.hide
   %center
     = image_tag "ajax_loader.gif"
-    %h3 Creating project &amp; repository. Please wait a few minutes
+    %h3 Creating project &amp; repository. Please wait a moment, this page will automatically refresh when ready.
 
 :javascript
   $(function(){ new Projects(); });
-- 
GitLab