diff --git a/server/chat-plugins/helptickets.ts b/server/chat-plugins/helptickets.ts index 25a1179f05d75..acd5ccbb1b671 100644 --- a/server/chat-plugins/helptickets.ts +++ b/server/chat-plugins/helptickets.ts @@ -1135,13 +1135,13 @@ export const commands: ChatCommands = { this.tr` Or if ${reportTarget} is not the user you want to report, please tell us the name of the user who you want to report.`; break; case 'Inappropriate Username': - staffIntroButtons = ` `; + staffIntroButtons = Utils.html` `; break; } - staffIntroButtons += ` `; + staffIntroButtons += Utils.html` `; } if (ticket.type === 'Appeal') { - staffIntroButtons += ``; + staffIntroButtons += Utils.html``; } const introMsg = Utils.html`

${this.tr`Help Ticket`} - ${user.name}

` + `

${this.tr`Issue`}: ${ticket.type}
${this.tr`A Global Staff member will be with you shortly.`}

`;