diff --git a/src/components/ShareURIDialog.vue b/src/components/ShareURIDialog.vue index c352943f4..fb1987af1 100644 --- a/src/components/ShareURIDialog.vue +++ b/src/components/ShareURIDialog.vue @@ -1,25 +1,30 @@ - + - - {{ $t('home.share_uri', { crypto }) }} + + {{ t('home.share_uri', { crypto }) }} - - {{ $t('home.copy_address') }} + + {{ t('home.copy_address') }} - - {{ $t('home.copy_uri') }} + + {{ t('home.copy_uri') }} - - {{ $t('home.show_qr_code') }} + + {{ t('home.show_qr_code') }} + + + + + {{ t('home.explorer') }} @@ -29,66 +34,101 @@ -