summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 22:24:05 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 22:25:42 +0100
commit0efc903eef01d2f1081fc9cf5fa68893c01e959a (patch)
treeb0466e79aaf40af7eab3153625de7e963a0605b0
parent4b649c2f4da31a22aaf658a4a512565e318ab037 (diff)
downloadgitlab-ce-0efc903eef01d2f1081fc9cf5fa68893c01e959a.tar.gz
Fix text in project move mail
-rw-r--r--app/views/notify/project_was_moved_email.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/notify/project_was_moved_email.html.haml b/app/views/notify/project_was_moved_email.html.haml
index a0a7b65fc76..222bd0fecea 100644
--- a/app/views/notify/project_was_moved_email.html.haml
+++ b/app/views/notify/project_was_moved_email.html.haml
@@ -4,17 +4,17 @@
%td{width: "21"}
%td
%h2
- = "Project was moved in another location"
+ = "Project was moved to another location"
%td{width: "21"}
%tr
%td{width: "21"}
%td
%p
- Project is now accessible via next link
+ The project is now located under
= link_to project_url(@project) do
= @project.name_with_namespace
%p
- You may want to update your local repository with new remote:
+ To update the remote url in your local repository run:
%br
%table{border: "0", cellpadding: "0", cellspacing: "0", width: "558"}
%tr