Merge pull request #6180 from cmgustavo/translation/updates-po37

Update translations
This commit is contained in:
Gabriel Edgardo Bazán 2017-06-06 10:33:59 -03:00 committed by GitHub
commit c5db881b9e
2 changed files with 321 additions and 291 deletions

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
$scope.showWalletSelector = function() {
if ($scope.singleWallet) return;
$scope.walletSelectorTitle = gettextCatalog.getString('Address from');
$scope.walletSelectorTitle = gettextCatalog.getString('Select a wallet');
$scope.showWallets = true;
};