diff --git a/web/service/tgbot.go b/web/service/tgbot.go index bad683c7..7b56154c 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -1171,7 +1171,7 @@ func (t *Tgbot) answerCallback(callbackQuery *telego.CallbackQuery, isAdmin bool tu.InlineKeyboardButton(t.I18nBot("tgbot.buttons.use_default")).WithCallbackData("add_client_default_info"), ), ) - prompt_message := t.I18nBot("tgbot.messages.id_prompt", "ClientId=="+client_Email) + prompt_message := t.I18nBot("tgbot.messages.email_prompt", "ClientEmail=="+client_Email) t.SendMsgToTgbot(chatId, prompt_message, cancel_btn_markup) case "add_client_ch_default_id": userStates[chatId] = "awaiting_id"