From fcb19d556ca300f94dfb98134c2b54333cb2bd6c Mon Sep 17 00:00:00 2001 From: David Dzhalaev <72649244+DavidRomanovizc@users.noreply.github.com> Date: Sat, 4 May 2024 14:19:20 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=8A=20add=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 logs/.gitkeep diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 00000000..e69de29b From 7cbee9dd336823f782062f3a64c066a6a7dabc2b Mon Sep 17 00:00:00 2001 From: David Dzhalaev <72649244+DavidRomanovizc@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:04:25 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/inline/main_menu_inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/inline/main_menu_inline.py b/keyboards/inline/main_menu_inline.py index 195b89cc..6ef01987 100644 --- a/keyboards/inline/main_menu_inline.py +++ b/keyboards/inline/main_menu_inline.py @@ -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")