Skip to content

Commit 7e25fe3

Browse files
committed
frontend: add guide entry to watch wallet
We call it remember wallet now.
1 parent 3ddd100 commit 7e25fe3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

frontends/web/src/locales/en/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,10 @@
753753
"text": "Your wallet can manage multiple accounts of the same coin. Accounts are helpful when you want to keep funds separate.",
754754
"title": "What are accounts?"
755755
},
756+
"whatIsRememberWallet": {
757+
"text": "Enabling “Remember wallet” lets you see the accounts for this wallet in the BitBoxApp even when the BitBox02 is not plugged in. This allows you to check your balance and portfolio whenever you want. The BitBox02 still needs to be plugged in and unlocked to send or receive coins.\n\nDisabling “Remember wallet” requires you to plug in the respective BitBox02 (or passphrase wallet) to see those accounts in the BitBoxApp.",
758+
"title": "What happens when I enable/disable “Remember wallet”?"
759+
},
756760
"whyIsThisUseful": {
757761
"text": "Accounts are great for managing funds for different people or purposes because they are separated. You can also share the \"extended public key\" of an account without revealing anything about your other accounts. This allows you to repeatedly receive funds without reusing addresses, such as receiving your wage or regularly buying crypto.",
758762
"title": "Why is this useful?"

frontends/web/src/routes/settings/manage-account-guide.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const AccountGuide = () => {
2424
<Guide>
2525
<Entry key="whatAreAccounts" entry={t('guide.accounts.whatAreAccounts')} />
2626
<Entry key="whyIsThisUseful" entry={t('guide.accounts.whyIsThisUseful')} />
27+
<Entry key="whatIsRememberWallet" entry={t('guide.accounts.whatIsRememberWallet')} />
2728
<Entry key="recoverAccounts" entry={t('guide.accounts.recoverAccounts')} />
2829
<Entry key="moveFunds" entry={t('guide.accounts.moveFunds')} />
2930
<Entry key="howtoAddTokens" entry={t('guide.accounts.howtoAddTokens')} />

0 commit comments

Comments
 (0)