Remove template translation string

stable
Álex Hermida 2018-10-04 16:29:40 +02:00 committed by Alex Hermida
parent 00c3f53a01
commit 360aa0c5ac
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ div.notification-message.notification-message-success
div.notification-message.notification-message-error div.notification-message.notification-message-error
tg-svg(svg-icon="icon-error") tg-svg(svg-icon="icon-error")
div.text div.text
h4.warning(translate="NOTIFICATION.WARNING") h4.warning
p(translate="NOTIFICATION.WARNING_TEXT") p
a.close(href="", title="{{'NOTIFICATION.CLOSE' | translate}}") a.close(href="", title="{{'NOTIFICATION.CLOSE' | translate}}")
tg-svg(svg-icon="icon-close") tg-svg(svg-icon="icon-close")