summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_moved_email.text.erb')
-rw-r--r--app/views/notify/project_was_moved_email.text.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/notify/project_was_moved_email.text.erb b/app/views/notify/project_was_moved_email.text.erb
index b2c5f71e465..e1e47766550 100644
--- a/app/views/notify/project_was_moved_email.text.erb
+++ b/app/views/notify/project_was_moved_email.text.erb
@@ -1,10 +1,10 @@
-Project <%= @old_path_with_namespace %> was moved to another location
+项目 <%= @old_path_with_namespace %> 被转移到另一个地址
-The project is now located under
+项目现在定位到
<%= namespace_project_url(@project.namespace, @project) %>
-To update the remote url in your local repository run (for ssh):
+要更新本地仓库的远程地址请运行 (ssh):
git remote set-url origin <%= @project.ssh_url_to_repo %>
-or for http(s):
+或 http(s):
git remote set-url origin <%= @project.http_url_to_repo %>