diff --git a/app/partials/includes/components/notification-message.jade b/app/partials/includes/components/notification-message.jade index 8a1a1467..259da647 100644 --- a/app/partials/includes/components/notification-message.jade +++ b/app/partials/includes/components/notification-message.jade @@ -17,8 +17,8 @@ div.notification-message.notification-message-success div.notification-message.notification-message-error tg-svg(svg-icon="icon-error") div.text - h4.warning(translate="NOTIFICATION.WARNING") - p(translate="NOTIFICATION.WARNING_TEXT") + h4.warning + p a.close(href="", title="{{'NOTIFICATION.CLOSE' | translate}}") tg-svg(svg-icon="icon-close")