diff options
author | Robert Boloc <robertboloc@gmail.com> | 2014-03-31 12:05:41 +0200 |
---|---|---|
committer | Robert Boloc <robertboloc@gmail.com> | 2014-03-31 12:05:41 +0200 |
commit | 3055331965ee4eb1724a2abf91ac2a66a0856b82 (patch) | |
tree | 1115a39a372af3604bc6c515626d668a9db4bd15 | |
parent | 0488e34ba723b9a55bd6e35aafc0cf089b0b49fd (diff) | |
download | gitlab-ce-3055331965ee4eb1724a2abf91ac2a66a0856b82.tar.gz |
Grammar correction: "View in Gitlab"
Changed to "View on Gitlab"
-rw-r--r-- | app/views/layouts/notify.html.haml | 2 |
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} |