Commit 516a76c9a915e5319b4a53f1eb2c3daedbd5ca2c

Authored by Rob Taylor
1 parent dce6f7be

Fixed grammar in 'please wait' message after creating project

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/new.html.haml
... ... @@ -6,7 +6,7 @@
6 6 %div.ajax_loader.hide
7 7 %center
8 8 %div.padded= image_tag "ajax_loader.gif"
9   - %h3.prepend-top Creating project & repository. Please wait for few minutes
  9 + %h3.prepend-top Creating project & repository. Please wait a few minutes
10 10  
11 11 :javascript
12 12 $(function(){ new Projects(); });
... ...