updated text for different scenarios where backup phrase might not be readily available to create.
This commit is contained in:
parent
2a55e3f232
commit
fe96fc41d1
2 changed files with 18 additions and 6 deletions
|
|
@ -6,7 +6,14 @@
|
|||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div ng-show="deleted">
|
||||
<span translate>Wallet recovery phrase not available. You can still export it from Advanced > Export.</span>
|
||||
<div class="row text-center">
|
||||
<h3 translate class="col col-75 center-block">Wallet recovery phrase not available.</h3>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<p translate class="col col-75 center-block">
|
||||
You can still export it from Advanced > Export.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
## STEP 1
|
||||
|
|
@ -20,11 +27,12 @@
|
|||
Please carefully write down this phrase
|
||||
</p>
|
||||
</div>
|
||||
<div ng-show="mnemonicHasPassphrase">
|
||||
<i class="ion-alert-circled"></i>
|
||||
<span translate>
|
||||
This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed.
|
||||
</span>
|
||||
<div class="row text-center" ng-show="mnemonicHasPassphrase">
|
||||
<p class="bold-text col col-80 center-block">
|
||||
<span translate>
|
||||
This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed.
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="cta-buttons">
|
||||
<button ng-show="!deleted" ng-disabled="credentialsEncrypted || error" class="button button-block button-positive" ng-click="goToStep(2);" translate>I've written it down
|
||||
|
|
|
|||
|
|
@ -80,3 +80,7 @@ ion-header-bar{
|
|||
.border-top{
|
||||
border-top:1px solid rgb(228,228,228);
|
||||
}
|
||||
|
||||
.bold-text{
|
||||
font-weight: bold !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue