From 3055331965ee4eb1724a2abf91ac2a66a0856b82 Mon Sep 17 00:00:00 2001 From: Robert Boloc Date: Mon, 31 Mar 2014 12:05:41 +0200 Subject: [PATCH] Grammar correction: "View in Gitlab" --- app/views/layouts/notify.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index 09d84a3..cf6c72a 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} -- libgit2 0.21.2