[#13034] Replace 'etherscan' with 'block explorer' in translations

This commit is contained in:
Roman Volosovskyi 2022-01-25 10:44:54 +02:00
parent 93d4dc8cb5
commit c6eb964b7c
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
3 changed files with 5 additions and 5 deletions

View File

@ -677,7 +677,7 @@
:open-dapp
:open-dapp-store
:open-nfc-settings
:open-on-etherscan
:open-on-block-explorer
:optional
:outgoing
:pair

View File

@ -91,7 +91,7 @@
:container-style {:margin-right 5}}]
[react/text
{:style {:color colors/blue}}
(i18n/label :t/check-on-etherscan)]]]))
(i18n/label :t/check-on-block-explorer)]]]))
(defn custom-node []
[react/view
@ -255,7 +255,7 @@
(defn details-action [hash url]
[{:label (i18n/label :t/copy-transaction-hash)
:action #(react/copy-to-clipboard hash)}
{:label (i18n/label :t/open-on-etherscan)
{:label (i18n/label :t/open-on-block-explorer)
:action #(.openURL ^js react/linking url)}])
(defview transaction-details-view [hash address]

View File

@ -981,7 +981,7 @@
"open-dapp": "Open ÐApp",
"open-dapp-store": "Discover ÐApps",
"open-nfc-settings": "Open NFC settings",
"open-on-etherscan": "Open on Etherscan.io",
"open-on-block-explorer": "Open on block explorer",
"optional": "optional",
"or": "OR",
"outgoing": "Outgoing",
@ -1401,7 +1401,7 @@
"watch-only": "Watch-only",
"cant-report-bug": "Can't report a bug",
"mail-should-be-configured": "Mail client should be configured",
"check-on-etherscan": "Check on etherscan",
"check-on-block-explorer": "Check on block explorer",
"check-on-opensea": "Check on opensea",
"transactions-load-more": "Load more",
"private-key": "Private key",