diff --git a/src/status_im/ui/screens/glossary/view.cljs b/src/status_im/ui/screens/glossary/view.cljs index 059275f8b1..b2c2038c6d 100644 --- a/src/status_im/ui/screens/glossary/view.cljs +++ b/src/status_im/ui/screens/glossary/view.cljs @@ -7,6 +7,8 @@ (def messages [{:title :t/account-title :content :t/account-content} + {:title :t/wallet-key-title + :content :t/wallet-key-content} {:title :t/chat-key-title :content :t/chat-key-content} {:title :t/chat-name-title @@ -18,9 +20,7 @@ {:title :t/peer-title :content :t/peer-content} {:title :t/seed-phrase-title - :content :t/seed-phrase-content} - {:title :t/wallet-key-title - :content :t/wallet-key-content}]) + :content :t/seed-phrase-content}]) (defn render-section-header [{:keys [title]}] [react/view {:style {:position "absolute" diff --git a/translations/en.json b/translations/en.json index 7d3ebc5ed5..362ce553b9 100644 --- a/translations/en.json +++ b/translations/en.json @@ -708,7 +708,7 @@ "need-help": "Need help?", "glossary": "Glossary", "account-title": "Account", - "account-content": "Your Status account, accessed by the seed phrase that you create or import during onboarding. A Status account can hold more than one Ethereum address, in addition to the one created during onboarding. We refer to these as additional accounts within the wallet.", + "account-content": "You can compare accounts in Status to bank accounts. Like a bank account, an account typically has an address and a balance; You use this account to transact on Ethereum. You can have multiple accounts in your wallet. All accessed by unlocking Status.", "chat-key-title": "Chat Key", "chat-key-content": "Messages on the Status chat protocol are sent and received using encryption keys. The public chat key is a string of characters you share with others so they can send you messages in Status.", "chat-name-title": "Chat Name", @@ -721,8 +721,8 @@ "peer-content": "A device connected to the Status chat network. Each user can represent one or more peers, depending on their number of devices.", "seed-phrase-title": "Seed Phrase", "seed-phrase-content": "A set of friendly-to-read words, randomly selected from the BIP39 standard list and used to recover or access your Ethereum account on other wallets and devices. Also referred to as a “mnemonic phrase,” “recovery phrase” or “wallet backup” across the crypto ecosystem. Most crypto apps use this same standard to generate accounts.", - "wallet-key-title": "Wallet Key", - "wallet-key-content": "A 64 character hex address based on the Ethereum standard and beginning with 0x. Public-facing, your wallet key is shared with others when you want to receive funds. Also referred to as an “Ethereum address” or “wallet address.”", + "wallet-key-title": "Account address", + "wallet-key-content": "A 64 character hex address based on the Ethereum standard and beginning with 0x. Public-facing, your account address is shared with others when you want to receive funds. Also referred to as an “Ethereum address” or “wallet address.”", "network": "Network", "network-chain": "Network chain", "network-details": "Network details",