Commit 0efc903eef01d2f1081fc9cf5fa68893c01e959a

Authored by Riyad Preukschas
1 parent 4b649c2f

Fix text in project move mail

app/views/notify/project_was_moved_email.html.haml
... ... @@ -4,17 +4,17 @@
4 4 %td{width: "21"}
5 5 %td
6 6 %h2
7   - = "Project was moved in another location"
  7 + = "Project was moved to another location"
8 8 %td{width: "21"}
9 9 %tr
10 10 %td{width: "21"}
11 11 %td
12 12 %p
13   - Project is now accessible via next link
  13 + The project is now located under
14 14 = link_to project_url(@project) do
15 15 = @project.name_with_namespace
16 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 18 %br
19 19 %table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"}
20 20 %tr
... ...