diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 394522b..c050f94 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 933cb67..eb4ef59 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 & repository. Please wait a few minutes
+ %h3 Creating project & repository. Please wait a moment, this page will automatically refresh when ready.
:javascript
$(function(){ new Projects(); });
--
libgit2 0.21.2