Skip to content

Commit

Permalink
Merge pull request #13921 from nextcloud/backport/13920/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: out of office caption
  • Loading branch information
DorraJaouad authored Dec 2, 2024
2 parents ae70e44 + cb7ab8e commit 25f38cf
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 25f38cf

Please sign in to comment.