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"
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue