Fix translations

This commit is contained in:
Kirvx 2016-06-06 21:52:14 +02:00
commit ddee8bb2a8
4 changed files with 7 additions and 7 deletions

View file

@ -38,5 +38,5 @@
<i class="fi-alert"></i>
<span ng-show="!error" translate> Your wallet key will be encrypted. The Spending Password cannot be recovered. Be sure to write it down</span>
<span ng-show="error" translate>{{error}}</span>
<span ng-show="error">{{error|translate}}</span>
</p>