Commit 0efc903eef01d2f1081fc9cf5fa68893c01e959a
1 parent
4b649c2f
Exists in
master
and in
4 other branches
Fix text in project move mail
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/notify/project_was_moved_email.html.haml
@@ -4,17 +4,17 @@ | @@ -4,17 +4,17 @@ | ||
4 | %td{width: "21"} | 4 | %td{width: "21"} |
5 | %td | 5 | %td |
6 | %h2 | 6 | %h2 |
7 | - = "Project was moved in another location" | 7 | + = "Project was moved to another location" |
8 | %td{width: "21"} | 8 | %td{width: "21"} |
9 | %tr | 9 | %tr |
10 | %td{width: "21"} | 10 | %td{width: "21"} |
11 | %td | 11 | %td |
12 | %p | 12 | %p |
13 | - Project is now accessible via next link | 13 | + The project is now located under |
14 | = link_to project_url(@project) do | 14 | = link_to project_url(@project) do |
15 | = @project.name_with_namespace | 15 | = @project.name_with_namespace |
16 | %p | 16 | %p |
17 | - You may want to update your local repository with new remote: | 17 | + To update the remote url in your local repository run: |
18 | %br | 18 | %br |
19 | %table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"} | 19 | %table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"} |
20 | %tr | 20 | %tr |