fixes
This commit is contained in:
@@ -48,7 +48,7 @@ async def language_menu(
|
||||
inline_keyboard = [
|
||||
[
|
||||
InlineKeyboardButton(
|
||||
text=locale.localized(user.lang),
|
||||
text=locale.localized(user.lang.value),
|
||||
callback_data=ContextData(
|
||||
command=CallbackCommand.SET_LANGUAGE, data=str(locale)
|
||||
).pack(),
|
||||
|
||||
Reference in New Issue
Block a user