From ae3936eff232609858c96fd1019e2559959a6405 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 4 Nov 2020 12:04:16 +0200 Subject: [PATCH] [#11240] Clarify assets Status wallet supports --- src/status_im/multiaccounts/create/core.cljs | 2 +- src/status_im/ui/screens/wallet/request/views.cljs | 2 +- src/status_im/ui/screens/wallet/settings/views.cljs | 2 +- translations/en.json | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/status_im/multiaccounts/create/core.cljs b/src/status_im/multiaccounts/create/core.cljs index 639dbafd6e..a547ed55f1 100644 --- a/src/status_im/multiaccounts/create/core.cljs +++ b/src/status_im/multiaccounts/create/core.cljs @@ -192,7 +192,7 @@ :color colors/blue-persist :wallet true :path constants/path-default-wallet - :name "Status account"}) + :name (i18n/label :t/ethereum-account)}) (let [{:keys [public-key address name photo-path]} (get-in multiaccount [:derived constants/path-whisper-keyword])] {:public-key public-key diff --git a/src/status_im/ui/screens/wallet/request/views.cljs b/src/status_im/ui/screens/wallet/request/views.cljs index 823085a100..12818355cd 100644 --- a/src/status_im/ui/screens/wallet/request/views.cljs +++ b/src/status_im/ui/screens/wallet/request/views.cljs @@ -21,7 +21,7 @@ (- @width 32) (eip681/generate-uri address {:chain-id chain-id})]) [copyable-text/copyable-text-view - {:label :t/wallet-address + {:label :t/ethereum-address :container-style {:margin-top 12 :margin-bottom 4} :copied-text (eip55/address->checksum address)} [quo/text {:number-of-lines 1 diff --git a/src/status_im/ui/screens/wallet/settings/views.cljs b/src/status_im/ui/screens/wallet/settings/views.cljs index fa19d504f9..0b6bca62f1 100644 --- a/src/status_im/ui/screens/wallet/settings/views.cljs +++ b/src/status_im/ui/screens/wallet/settings/views.cljs @@ -102,7 +102,7 @@ (when (seq custom-tokens) [{:title (i18n/label :t/custom) :data custom-tokens}]) - [{:title (i18n/label :t/default) + [{:title (i18n/label :t/default-assets) :data default-tokens}]) :key-fn :address :stickySectionHeadersEnabled false diff --git a/translations/en.json b/translations/en.json index 579064fae6..dc7d5cc576 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1325,5 +1325,8 @@ "enable-link-previews": "Enable link previews in chat?", "once-enabled-share-metadata": "Once enabled, links posted in the chat may share your metadata with the site", "external-storage-denied": "Access to external storage is denied", - "timeline": "Timeline" + "timeline": "Timeline", + "ethereum-account": "Ethereum account", + "ethereum-address":"Ethereum address", + "default-assets": "Default ERC20 and ERC721" }