Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRomanovizc committed Jul 5, 2024
2 parents a023d96 + 7cbee9d commit 3b6dd50
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file added logs/.gitkeep
Empty file.

0 comments on commit 3b6dd50

Please sign in to comment.