diff --git a/services/web/app/views/project/editor.pug b/services/web/app/views/project/editor.pug index 37eac4a124..051f89ccf2 100644 --- a/services/web/app/views/project/editor.pug +++ b/services/web/app/views/project/editor.pug @@ -63,7 +63,8 @@ block content button(ng-hide="protected",ng-click="hide()").close.pull-right span(aria-hidden="true") × span.sr-only #{translate("close")} - .system-message-content(ng-bind-html="htmlContent") + .system-message-content + | {{htmlContent}} grammarly-warning(delay=10000) if hasFeature('saas') diff --git a/services/web/app/views/project/list.pug b/services/web/app/views/project/list.pug index bdb9dac3aa..9e0072ba69 100644 --- a/services/web/app/views/project/list.pug +++ b/services/web/app/views/project/list.pug @@ -34,7 +34,8 @@ block content button(ng-hide="protected",ng-click="hide()").close.pull-right span(aria-hidden="true") × span.sr-only #{translate("close")} - .system-message-content(ng-bind-html="htmlContent") + .system-message-content + | {{htmlContent}} include ../translations/translation_message