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
|
|
@ -38,8 +38,8 @@
|
|||
</label>
|
||||
|
||||
<label for="password">
|
||||
<span translate>Password</span>
|
||||
<input type="password" class="form-control" placeholder="{{'Your profile password'|translate}}"
|
||||
<span translate>Spending Password</span>
|
||||
<input type="password" class="form-control" placeholder="{{'Your profile spending password'|translate}}"
|
||||
name="password" ng-model="importLegacy.password" required>
|
||||
</label>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue