Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <robt@hoopassociates.co.uk>2012-08-01 14:19:20 +0400
committerRob Taylor <robt@hoopassociates.co.uk>2012-08-01 14:19:20 +0400
commit516a76c9a915e5319b4a53f1eb2c3daedbd5ca2c (patch)
treea279e64406c12c5e8e72d416881e9903ec277725 /app/views/projects/new.html.haml
parentdce6f7beb4db3074d989d57318e3b4c1b7e9bd00 (diff)
Fixed grammar in 'please wait' message after creating project
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 0d119bd1d96..703e558ae41 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -6,7 +6,7 @@
%div.ajax_loader.hide
%center
%div.padded= image_tag "ajax_loader.gif"
- %h3.prepend-top Creating project &amp; repository. Please wait for few minutes
+ %h3.prepend-top Creating project &amp; repository. Please wait a few minutes
:javascript
$(function(){ new Projects(); });