Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/utils/mail/templates/bot_configuration_deletion.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<mj-divider border-color="#5865F2"></mj-divider>

<mj-text font-family="helvetica">Dear {{userUsername}},
<mj-text font-family="helvetica">Dear {{user_username}},
<br />
Your bot {{botUsername}} ({{botId}}) has been deleted due to not being configured.</mj-text>
Your bot {{bot_username}} ({{bot_id}}) has been deleted due to not being configured.</mj-text>

<mj-text font-family="helvetica">If you believe this was a mistake or would like more information, please contact our support.</mj-text>

Expand Down
4 changes: 2 additions & 2 deletions src/utils/mail/templates/bot_inactive_deletion.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<mj-divider border-color="#5865F2"></mj-divider>

<mj-text font-family="helvetica">Dear {{userUsername}},
<mj-text font-family="helvetica">Dear {{user_username}},
<br />
Your bot {{botUsername}} ({{botId}}) has been deleted due to inactivity.</mj-text>
Your bot {{bot_username}} ({{bot_id}}) has been deleted due to inactivity.</mj-text>

<mj-text font-family="helvetica">If you believe this was a mistake or would like more information, please contact our support.</mj-text>

Expand Down