Fix wording

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-29 08:15:15 -03:00
parent b69ec2eb3c
commit 074896cbe2
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 5 deletions

View File

@ -1640,12 +1640,12 @@ msgstr ""
msgid "No wallet selected"
msgstr ""
#: www/views/paperWallet.html:47
msgid "No wallets available to receive funds"
#: src/js/controllers/topup.js:255
msgid "No wallets available"
msgstr ""
#: src/js/controllers/topup.js:255
msgid "No wallets with funds"
#: www/views/paperWallet.html:47
msgid "No wallets available to receive funds"
msgstr ""
#: src/js/services/feeService.js:12

View File

@ -252,7 +252,7 @@ angular.module('copayApp.controllers').controller('topUpController', function($s
});
if (lodash.isEmpty($scope.wallets)) {
showErrorAndBack(null, gettextCatalog.getString('No wallets with funds'));
showErrorAndBack(null, gettextCatalog.getString('No wallets available'));
return;
}