This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-05 10:00:03 -03:00
parent 8dc05e4a0e
commit 48c2117faf
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ msgid "Funds are locked by pending spend proposals"
msgstr ""
#: public/views/paperWallet.html
msgid "Funds founds"
msgid "Funds found"
msgstr ""
#: src/js/services/notificationsService.js

View File

@ -50,7 +50,7 @@
<div ng-show="paperWallet.balance" class="row">
<div class="large-12 medium-12 columns">
<div class="text-center m20b">
<h4 class="text-bold" translate>Funds founds</h4>
<h4 class="text-bold" translate>Funds found</h4>
<div class="size-24">
{{paperWallet.balance}}
</div>