diff options
author | Rob Taylor <robt@hoopassociates.co.uk> | 2012-08-01 11:19:20 +0100 |
---|---|---|
committer | Rob Taylor <robt@hoopassociates.co.uk> | 2012-08-01 11:19:20 +0100 |
commit | 516a76c9a915e5319b4a53f1eb2c3daedbd5ca2c (patch) | |
tree | a279e64406c12c5e8e72d416881e9903ec277725 /app/views/projects | |
parent | dce6f7beb4db3074d989d57318e3b4c1b7e9bd00 (diff) | |
download | gitlab-ce-516a76c9a915e5319b4a53f1eb2c3daedbd5ca2c.tar.gz |
Fixed grammar in 'please wait' message after creating project
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
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 & repository. Please wait for few minutes + %h3.prepend-top Creating project & repository. Please wait a few minutes :javascript $(function(){ new Projects(); }); |