Fix wording
This commit is contained in:
parent
b69ec2eb3c
commit
074896cbe2
2 changed files with 5 additions and 5 deletions
|
|
@ -1640,12 +1640,12 @@ msgstr ""
|
||||||
msgid "No wallet selected"
|
msgid "No wallet selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/views/paperWallet.html:47
|
#: src/js/controllers/topup.js:255
|
||||||
msgid "No wallets available to receive funds"
|
msgid "No wallets available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/js/controllers/topup.js:255
|
#: www/views/paperWallet.html:47
|
||||||
msgid "No wallets with funds"
|
msgid "No wallets available to receive funds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/js/services/feeService.js:12
|
#: src/js/services/feeService.js:12
|
||||||
|
|
|
||||||
|
|
@ -252,7 +252,7 @@ angular.module('copayApp.controllers').controller('topUpController', function($s
|
||||||
});
|
});
|
||||||
|
|
||||||
if (lodash.isEmpty($scope.wallets)) {
|
if (lodash.isEmpty($scope.wallets)) {
|
||||||
showErrorAndBack(null, gettextCatalog.getString('No wallets with funds'));
|
showErrorAndBack(null, gettextCatalog.getString('No wallets available'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue