diff --git a/src/utils/mail/templates/bot_configuration_deletion.mjml b/src/utils/mail/templates/bot_configuration_deletion.mjml index e58f09ef..7e73be34 100644 --- a/src/utils/mail/templates/bot_configuration_deletion.mjml +++ b/src/utils/mail/templates/bot_configuration_deletion.mjml @@ -5,9 +5,9 @@ - Dear {{userUsername}}, + Dear {{user_username}},
- Your bot {{botUsername}} ({{botId}}) has been deleted due to not being configured.
+ Your bot {{bot_username}} ({{bot_id}}) has been deleted due to not being configured.
If you believe this was a mistake or would like more information, please contact our support. diff --git a/src/utils/mail/templates/bot_inactive_deletion.mjml b/src/utils/mail/templates/bot_inactive_deletion.mjml index 3b567c34..903fc311 100644 --- a/src/utils/mail/templates/bot_inactive_deletion.mjml +++ b/src/utils/mail/templates/bot_inactive_deletion.mjml @@ -5,9 +5,9 @@ - Dear {{userUsername}}, + Dear {{user_username}},
- Your bot {{botUsername}} ({{botId}}) has been deleted due to inactivity.
+ Your bot {{bot_username}} ({{bot_id}}) has been deleted due to inactivity.
If you believe this was a mistake or would like more information, please contact our support.