[#9961] Update glossary view

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-02-07 12:55:49 +01:00
parent 25fd297573
commit 06025ce26f
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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",