Skip to content

Commit

Permalink
✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRomanovizc committed Jun 17, 2024
1 parent fcb19d5 commit 7cbee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/inline/main_menu_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def start_keyboard(
)
language = InlineKeyboardButton(text=_("🌐 Язык"), callback_data="language_reg")
my_profile = InlineKeyboardButton(
text=_("👤 Моя анекта"), callback_data="my_profile"
text=_("👤 Моя анкета"), callback_data="my_profile"
)
filters = InlineKeyboardButton(text=_("⚙️ Фильтры"), callback_data="filters")
view_ques = InlineKeyboardButton(text=_("💌 Найти пару"), callback_data="find_ques")
Expand Down

0 comments on commit 7cbee9d

Please sign in to comment.