From eb6b17504921dc3b8c22715b9ec7790a34b4abe0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 31 May 2022 15:09:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/sent_notifications/unsubscribe.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/sent_notifications') diff --git a/app/views/sent_notifications/unsubscribe.html.haml b/app/views/sent_notifications/unsubscribe.html.haml index cacfd601d4d..86c5ad9d0a6 100644 --- a/app/views/sent_notifications/unsubscribe.html.haml +++ b/app/views/sent_notifications/unsubscribe.html.haml @@ -6,7 +6,7 @@ - noteable_url = show_project_path ? url_for([@sent_notification.project, noteable]) : breadcrumb_title_link - page_title _('Unsubscribe'), noteable_text, noteable_type.pluralize, project_path -%h3.page-title +%h1.page-title = _("Unsubscribe from %{type}") % { type: noteable_type } %p -- cgit v1.2.3