Change Seed to Recovery Phrase, and more. (#4201)
* Seed -> Recovery Phrase ; Passphrase -> Password ; Password -> Spending Password * More Spending Password
This commit is contained in:
parent
2cda8520e5
commit
aee30ec151
16 changed files with 68 additions and 68 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div ng-show="paperWallet.isPkEncrypted">
|
||||
<label for="passphrase">
|
||||
<span translate>Passphrase</span>
|
||||
<span translate>Password</span>
|
||||
</label>
|
||||
<input id="passphrase" type="password" name="passphrase" placeholder="{{'Passphrase'|translate}}" ng-model="passphrase">
|
||||
<p ng-show="index.isCordova" translate class="size-12 text-gray">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue