Skip to content

Commit

Permalink
fix: out of office caption
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and backportbot[bot] committed Dec 2, 2024
1 parent ae70e44 commit cb7ab8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/NewMessage/NewMessageAbsenceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit cb7ab8e

Please sign in to comment.