diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-31 15:55:07 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-31 15:55:07 +0300 |
commit | 2ab2d60b9ea42f5631bfd4cd48b16a02d065215e (patch) | |
tree | 5c12bb8b2fca211595f8141382ed1ea04def28d4 | |
parent | 046fa9bdb106f4a94b3f62646726e99923e75b0a (diff) | |
parent | dd32c9f0ed73eeebc32fbbed38de5c467839b665 (diff) | |
download | gitlab-ce-2ab2d60b9ea42f5631bfd4cd48b16a02d065215e.tar.gz |
Merge pull request #6660 from robertboloc/patch-1
Grammar correction: "View in 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..3e8dae0b230 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 it on GitLab", @target_url} |