Skip to content

Commit 956dd04

Browse files
committed
update recover wallet verbiage
1 parent a8ac319 commit 956dd04

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/wallet/CreateWallet.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="create-wallet-button" @click="onClickWalletType('recover')">
1010
<div class="button-icon"><icon icon="redo" /></div>
1111
<div class="button-title">{{ translate('createWalletModal.recoverWallet') }}</div>
12-
<p>{{ translate('createWalletModal.pRecoverWalletExplain', seedWordPhrase) }}</p>
12+
<p>{{ translate('createWalletModal.pRecoverWalletExplain') }}</p>
1313
</div>
1414
<div :class="hardwareBtnClasses" @click="onClickLedger">
1515
<div class="button-icon"><icon :icon="['fab', 'usb']" /></div>
@@ -83,9 +83,6 @@ export default {
8383
'create-wallet-button': true,
8484
'create-button-disabled': !this.ledgerSupported
8585
};
86-
},
87-
seedWordPhrase() {
88-
return this.changeSeedType ? '12 or 29 word' : '29 word';
8986
}
9087
},
9188
data() {

src/translation/languages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"ledgerWallet": "Ledger Wallet",
123123
"watchWallet": "Watch-Only Wallet",
124124
"pNewWalletExplain": "Generates a new wallet seed in the browser. Transactions can be sent and received.",
125-
"pRecoverWalletExplain": "Recovers an existing wallet from a {{0}} seed. Transactions can be sent and received.",
125+
"pRecoverWalletExplain": "Recovers an existing wallet from a 12 word BIP-39 phrase or 28/29 word Sia phrase. Transactions can be sent and received.",
126126
"pCreateLedgerExplain": "Connect a Ledger hardware wallet, all transactions must be signed by the Ledger device.",
127127
"pLedgerUnsupportedExplain": "Ledger support is only available in the Chrome browser. Enable \"Experimental Web Platform Features\" in Chrome to connect to the Ledger device.",
128128
"pWatchWalletExplain": "Creates a new watch-only wallet. Addresses must be added manually and transactions cannot be sent.",

0 commit comments

Comments
 (0)