[#13034] Replace 'etherscan' with 'block explorer' in translations
This commit is contained in:
parent
93d4dc8cb5
commit
c6eb964b7c
|
@ -677,7 +677,7 @@
|
||||||
:open-dapp
|
:open-dapp
|
||||||
:open-dapp-store
|
:open-dapp-store
|
||||||
:open-nfc-settings
|
:open-nfc-settings
|
||||||
:open-on-etherscan
|
:open-on-block-explorer
|
||||||
:optional
|
:optional
|
||||||
:outgoing
|
:outgoing
|
||||||
:pair
|
:pair
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
:container-style {:margin-right 5}}]
|
:container-style {:margin-right 5}}]
|
||||||
[react/text
|
[react/text
|
||||||
{:style {:color colors/blue}}
|
{:style {:color colors/blue}}
|
||||||
(i18n/label :t/check-on-etherscan)]]]))
|
(i18n/label :t/check-on-block-explorer)]]]))
|
||||||
|
|
||||||
(defn custom-node []
|
(defn custom-node []
|
||||||
[react/view
|
[react/view
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
(defn details-action [hash url]
|
(defn details-action [hash url]
|
||||||
[{:label (i18n/label :t/copy-transaction-hash)
|
[{:label (i18n/label :t/copy-transaction-hash)
|
||||||
:action #(react/copy-to-clipboard 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)}])
|
:action #(.openURL ^js react/linking url)}])
|
||||||
|
|
||||||
(defview transaction-details-view [hash address]
|
(defview transaction-details-view [hash address]
|
||||||
|
|
|
@ -981,7 +981,7 @@
|
||||||
"open-dapp": "Open ÐApp",
|
"open-dapp": "Open ÐApp",
|
||||||
"open-dapp-store": "Discover ÐApps",
|
"open-dapp-store": "Discover ÐApps",
|
||||||
"open-nfc-settings": "Open NFC settings",
|
"open-nfc-settings": "Open NFC settings",
|
||||||
"open-on-etherscan": "Open on Etherscan.io",
|
"open-on-block-explorer": "Open on block explorer",
|
||||||
"optional": "optional",
|
"optional": "optional",
|
||||||
"or": "OR",
|
"or": "OR",
|
||||||
"outgoing": "Outgoing",
|
"outgoing": "Outgoing",
|
||||||
|
@ -1401,7 +1401,7 @@
|
||||||
"watch-only": "Watch-only",
|
"watch-only": "Watch-only",
|
||||||
"cant-report-bug": "Can't report a bug",
|
"cant-report-bug": "Can't report a bug",
|
||||||
"mail-should-be-configured": "Mail client should be configured",
|
"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",
|
"check-on-opensea": "Check on opensea",
|
||||||
"transactions-load-more": "Load more",
|
"transactions-load-more": "Load more",
|
||||||
"private-key": "Private key",
|
"private-key": "Private key",
|
||||||
|
|
Loading…
Reference in New Issue