fix texts

This commit is contained in:
Matias Alejo Garcia 2015-09-03 17:19:46 -03:00
commit ccbe715b2a
2 changed files with 9 additions and 8 deletions

View file

@ -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>

View file

@ -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>