[#11240] Clarify assets Status wallet supports
This commit is contained in:
parent
920000c3e8
commit
ae3936eff2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue