mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
- fix a mistake in the email prompt message
This commit is contained in:
parent
a6cae1c8a5
commit
f7872407d6
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
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)
|
t.SendMsgToTgbot(chatId, prompt_message, cancel_btn_markup)
|
||||||
case "add_client_ch_default_id":
|
case "add_client_ch_default_id":
|
||||||
userStates[chatId] = "awaiting_id"
|
userStates[chatId] = "awaiting_id"
|
||||||
|
|
Loading…
Reference in a new issue