mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: dual-channel broadcast form (Telegram + Email simultaneously)
Replace single channel radio with independent toggles allowing both channels to be enabled at once with separate audiences and content. When both enabled, sends two sequential API requests.
This commit is contained in:
@@ -1124,7 +1124,12 @@
|
||||
"emailContent": "Содержимое письма",
|
||||
"emailContentHint": "Поддерживается HTML",
|
||||
"emailContentPlaceholder": "<p>Здравствуйте, {{user_name}}!</p>\n<p>Текст вашего письма...</p>",
|
||||
"emailVariables": "Доступные переменные"
|
||||
"emailVariables": "Доступные переменные",
|
||||
"enableTelegram": "Telegram",
|
||||
"enableEmail": "Email",
|
||||
"sendingBoth": "Будет создано 2 рассылки",
|
||||
"bothCreated": "Рассылки созданы",
|
||||
"atLeastOneChannel": "Выберите хотя бы один канал"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Настройки системы",
|
||||
|
||||
Reference in New Issue
Block a user