backup and export working with mnemonics

This commit is contained in:
Matias Alejo Garcia 2015-08-08 09:30:50 -03:00
commit 4c155b7895
9 changed files with 271 additions and 172 deletions

View file

@ -37,7 +37,7 @@
<p class="text-warning size-12 columns m20t text-center" ng-show="index.askPassword.isSetup">
<i class="fi-alert"></i>
<span translate ng-show="!pass.error">Password cannot be recovered. Be sure to write it down</span>
<span translate ng-show="!pass.error"> Your wallet key will be encrypted. Password cannot be recovered. Be sure to write it down</span>
<span ng-show="pass.error">{{pass.error|translate}}</span>
</p>