Commit 2ab2d60b9ea42f5631bfd4cd48b16a02d065215e

Authored by Dmitriy Zaporozhets
2 parents 046fa9bd dd32c9f0

Merge pull request #6660 from robertboloc/patch-1

Grammar correction: "View in Gitlab"
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/notify.html.haml
... ... @@ -23,4 +23,4 @@
23 23 - if @project
24 24 You're receiving this notification because you are a member of the #{link_to @project.name_with_namespace, project_url(@project)} project team.
25 25 - if @target_url
26   - #{link_to "View in GitLab", @target_url}
  26 + #{link_to "View it on GitLab", @target_url}
... ...