Remove extra symbol in notifications modal

This commit is contained in:
Annabel Dunstone Gray 2017-06-23 05:23:06 -05:00
parent a4ca7e8beb
commit 0605878783
1 changed files with 1 additions and 1 deletions

View File

@ -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') }