Commit 7f685986220349f61e7df87afda13e2ca9b8390b
Exists in
master
and in
4 other branches
Merge pull request #5647 from lordjabez/develop
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? | ... | ... |