Commit 3055331965ee4eb1724a2abf91ac2a66a0856b82

Authored by Robert Boloc
1 parent 0488e34b

Grammar correction: "View in Gitlab"

Changed to "View on 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 on GitLab", @target_url}
... ...