summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Boloc <robertboloc@gmail.com>2014-03-31 12:05:41 +0200
committerRobert Boloc <robertboloc@gmail.com>2014-03-31 12:05:41 +0200
commit3055331965ee4eb1724a2abf91ac2a66a0856b82 (patch)
tree1115a39a372af3604bc6c515626d668a9db4bd15
parent0488e34ba723b9a55bd6e35aafc0cf089b0b49fd (diff)
downloadgitlab-ce-3055331965ee4eb1724a2abf91ac2a66a0856b82.tar.gz
Grammar correction: "View in Gitlab"
Changed to "View on Gitlab"
-rw-r--r--app/views/layouts/notify.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index 09d84a3eb9f..cf6c72a1466 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -23,4 +23,4 @@
- if @project
You're receiving this notification because you are a member of the #{link_to @project.name_with_namespace, project_url(@project)} project team.
- if @target_url
- #{link_to "View in GitLab", @target_url}
+ #{link_to "View on GitLab", @target_url}