dev@locazia: fix misprint
This commit is contained in:
parent
e5f1871030
commit
d38010a318
|
|
@ -144,7 +144,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
|
||||||
reply_markup=get_inline_keyboard([
|
reply_markup=get_inline_keyboard([
|
||||||
[{
|
[{
|
||||||
'text': request.ctx.user.translated('gotoWallet_button'),
|
'text': request.ctx.user.translated('gotoWallet_button'),
|
||||||
'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key)
|
'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key.split('==')[0])
|
||||||
}],
|
}],
|
||||||
[{
|
[{
|
||||||
'text': request.ctx.user.translated('home_button'),
|
'text': request.ctx.user.translated('home_button'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue