fix mnemonics with priv key is encrypted

This commit is contained in:
Matias Alejo Garcia 2015-09-25 17:24:15 -03:00
commit 85f1439704
3 changed files with 48 additions and 10 deletions

View file

@ -5,9 +5,17 @@
</div>
<div class="content p20v" ng-controller="wordsController as wordsC">
<div class="box-notification" ng-show="wordsC.error">
<span class="text-warning">
{{wordsC.error|translate}}
</span>
</div>
<div ng-show="wordsC.mnemonicWords">
<div class="row" ng-show="index.n==1">
<div class="m10t columns size-14 text-gray">
@ -46,7 +54,7 @@
</div>
</div>
<div class="row m20t" ng-show="!wordsC.mnemonicWords">
<div class="row m20t" ng-show="!wordsC.mnemonicWords && !wordsC.credentialsEncrypted">
<div class="columns size-14 text-gray text-center" translate>
Wallet seed not available. You can still export it from Advanced &gt; Export.
</div>