From 5c1a8e742d76f8dcdb9bba1aefdd0d332fd38429 Mon Sep 17 00:00:00 2001 From: ValDesign Date: Tue, 21 Apr 2026 11:31:33 +0200 Subject: [PATCH] fix(mails): missing snake case --- src/utils/mail/templates/bot_configuration_deletion.mjml | 4 ++-- src/utils/mail/templates/bot_inactive_deletion.mjml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.