From d49ee059ec728b3f2435065bb724b01b14555575 Mon Sep 17 00:00:00 2001 From: Ivanov N Date: Mon, 16 Dec 2024 09:56:57 +0300 Subject: [PATCH 1/5] feat/open-in-explorer-for-wallets-on-account-screen --- src/components/ShareURIDialog.vue | 23 +++++++++++++++++++++-- src/locales/en.json | 3 ++- src/locales/ru.json | 3 ++- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/components/ShareURIDialog.vue b/src/components/ShareURIDialog.vue index c352943f4..34b1abbae 100644 --- a/src/components/ShareURIDialog.vue +++ b/src/components/ShareURIDialog.vue @@ -22,6 +22,14 @@ {{ $t('home.show_qr_code') }} + + + {{ $t('home.explorer') }} + + @@ -32,7 +40,9 @@