From 06058787839e99c2ed84f8c8329a9ff0be0e01a2 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 23 Jun 2017 05:23:06 -0500 Subject: Remove extra symbol in notifications modal --- app/views/shared/notifications/_custom_notifications.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/notifications/_custom_notifications.html.haml b/app/views/shared/notifications/_custom_notifications.html.haml index 752932e6045..9186c2ba9c9 100644 --- a/app/views/shared/notifications/_custom_notifications.html.haml +++ b/app/views/shared/notifications/_custom_notifications.html.haml @@ -3,7 +3,7 @@ .modal-content .modal-header %button.close{ type: "button", "aria-label": "close", data: { dismiss: "modal" } } - %span{ "aria-hidden": "true" } } × + %span{ "aria-hidden": "true" } × %h4#custom-notifications-title.modal-title #{ _('Custom notification events') } -- cgit v1.2.1