Commit 574fffb722915049e5b0f424637847050f96fc78

Authored by Judson D Neer
1 parent 6b491a2b

Fix grammar in fork error message.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/projects/fork.html.haml
... ... @@ -3,9 +3,9 @@
3 3 %i.icon-code-fork
4 4 Fork Error!
5 5 %p
6   - You are trying to fork
  6 + You tried to fork
7 7 = link_to_project @project
8   - but it fails due to next reason:
  8 + but it failed for the following reason:
9 9  
10 10  
11 11 - if @forked_project && @forked_project.errors.any?
... ...