fix texts
This commit is contained in:
parent
03e6b2b5c4
commit
ccbe715b2a
2 changed files with 9 additions and 8 deletions
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
<div class="content p20v" ng-controller="wordsController as wordsC">
|
||||
|
||||
<div class="row">
|
||||
<h2> Wallet Seed </h2>
|
||||
</div>
|
||||
<div ng-show="wordsC.mnemonicWords">
|
||||
<div class="row" ng-show="index.n==1">
|
||||
<div class="m10t columns size-14 text-gray" translate>
|
||||
|
|
@ -51,7 +48,7 @@
|
|||
|
||||
<div class="row m20t" ng-show="!wordsC.mnemonicWords">
|
||||
<div class="columns size-14 text-gray" translate>
|
||||
The wallet seed for this wallet is not available on this device. You can still export the wallet to backup it.
|
||||
The wallet seed not available on this device. You can still export the wallet to backup it.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,11 +42,15 @@
|
|||
<switch id="no-sign" name="noSign" ng-model="noSign" class="green right m5t m10b"></switch>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="m10 size-14 text-gray" translate>
|
||||
WARNING: Not including the private key will allows checking the wallet balance, transactions, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds can not be accesed from a export without the private key</b>.
|
||||
|
||||
</div>
|
||||
<div class="box-notification" ng-show="noSign">
|
||||
<span class="text-warning size-14">
|
||||
<i class="fi-alert"></i>
|
||||
<span translate>
|
||||
WARNING: Not including the private key allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds will not be accessable from the export</b>.
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue