[#11240] Clarify assets Status wallet supports
This commit is contained in:
parent
920000c3e8
commit
ae3936eff2
|
@ -192,7 +192,7 @@
|
||||||
:color colors/blue-persist
|
:color colors/blue-persist
|
||||||
:wallet true
|
:wallet true
|
||||||
:path constants/path-default-wallet
|
:path constants/path-default-wallet
|
||||||
:name "Status account"})
|
:name (i18n/label :t/ethereum-account)})
|
||||||
(let [{:keys [public-key address name photo-path]}
|
(let [{:keys [public-key address name photo-path]}
|
||||||
(get-in multiaccount [:derived constants/path-whisper-keyword])]
|
(get-in multiaccount [:derived constants/path-whisper-keyword])]
|
||||||
{:public-key public-key
|
{:public-key public-key
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
(- @width 32)
|
(- @width 32)
|
||||||
(eip681/generate-uri address {:chain-id chain-id})])
|
(eip681/generate-uri address {:chain-id chain-id})])
|
||||||
[copyable-text/copyable-text-view
|
[copyable-text/copyable-text-view
|
||||||
{:label :t/wallet-address
|
{:label :t/ethereum-address
|
||||||
:container-style {:margin-top 12 :margin-bottom 4}
|
:container-style {:margin-top 12 :margin-bottom 4}
|
||||||
:copied-text (eip55/address->checksum address)}
|
:copied-text (eip55/address->checksum address)}
|
||||||
[quo/text {:number-of-lines 1
|
[quo/text {:number-of-lines 1
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
(when (seq custom-tokens)
|
(when (seq custom-tokens)
|
||||||
[{:title (i18n/label :t/custom)
|
[{:title (i18n/label :t/custom)
|
||||||
:data custom-tokens}])
|
:data custom-tokens}])
|
||||||
[{:title (i18n/label :t/default)
|
[{:title (i18n/label :t/default-assets)
|
||||||
:data default-tokens}])
|
:data default-tokens}])
|
||||||
:key-fn :address
|
:key-fn :address
|
||||||
:stickySectionHeadersEnabled false
|
:stickySectionHeadersEnabled false
|
||||||
|
|
|
@ -1325,5 +1325,8 @@
|
||||||
"enable-link-previews": "Enable link previews in chat?",
|
"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",
|
"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",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue