Merge pull request #3233 from matiu/bug/mnemonics-encrypted

fix mnemonics with priv key is encrypted
This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-28 14:16:53 -03:00
commit ba12a0e5de
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>