From 658b63f495ee81a6f9e4ed342dfd70f35b73a829 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 29 Feb 2024 00:15:46 +0300 Subject: [PATCH] dev@locazia: fix misprint --- app/bot/routers/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot/routers/index.py b/app/bot/routers/index.py index 3de9f73..4b250f7 100644 --- a/app/bot/routers/index.py +++ b/app/bot/routers/index.py @@ -58,7 +58,7 @@ async def t_home_menu(__msg, **extra): [{ 'text': user.translated('ownedContent_button'), 'callback_data': 'ownedContent' - }] + }], [{ 'text': user.translated('disconnectWallet_button'), 'callback_data': 'disconnectWallet'