diff --git a/src/components/NewMessage/NewMessageAbsenceInfo.vue b/src/components/NewMessage/NewMessageAbsenceInfo.vue index 5d859b8031c..18dcc62f095 100644 --- a/src/components/NewMessage/NewMessageAbsenceInfo.vue +++ b/src/components/NewMessage/NewMessageAbsenceInfo.vue @@ -96,7 +96,10 @@ export default { }, userAbsenceCaption() { - return t('spreed', '{user} is out of office and might not respond.', { user: this.displayName }) + return t('spreed', '{user} is out of office and might not respond.', { user: this.displayName }, undefined, { + escape: false, + sanitize: false + }) }, userAbsenceMessage() {