From 360aa0c5ac821222969dc24921d10c1dfa2d901f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Thu, 4 Oct 2018 16:29:40 +0200 Subject: [PATCH] Remove template translation string --- app/partials/includes/components/notification-message.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")