Fix wording

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-29 08:15:15 -03:00
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

@ -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;
}