diff --git a/src/status_im/i18n/i18n_test.cljs b/src/status_im/i18n/i18n_test.cljs index 52ae882c3d..caf230cd71 100644 --- a/src/status_im/i18n/i18n_test.cljs +++ b/src/status_im/i18n/i18n_test.cljs @@ -677,7 +677,7 @@ :open-dapp :open-dapp-store :open-nfc-settings - :open-on-etherscan + :open-on-block-explorer :optional :outgoing :pair diff --git a/src/status_im/ui/screens/wallet/transactions/views.cljs b/src/status_im/ui/screens/wallet/transactions/views.cljs index 444f4a0a75..3a43b34815 100644 --- a/src/status_im/ui/screens/wallet/transactions/views.cljs +++ b/src/status_im/ui/screens/wallet/transactions/views.cljs @@ -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] diff --git a/translations/en.json b/translations/en.json index 733e68fe74..730b850339 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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",