diff --git a/app/assets/javascripts/discourse/widgets/notification-item.js.es6 b/app/assets/javascripts/discourse/widgets/notification-item.js.es6 index 08b38446ec9..cb12ed45d74 100644 --- a/app/assets/javascripts/discourse/widgets/notification-item.js.es6 +++ b/app/assets/javascripts/discourse/widgets/notification-item.js.es6 @@ -102,7 +102,11 @@ createWidget('notification-item', { let title = I18n.t(`notifications.alt.${notName}`); let icon = iconNode(`notification.${notName}`, { title }); let text = emojiUnescape(this.text(notificationType, notName)); - let html = new RawHtml({ html: `
${text}
` }); + + // We can use a `` tag here once other languages have fixed their HTML + // translations. + let html = new RawHtml({ html: `