Update translations

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-06 10:31:17 -03:00
parent a0e273059e
commit 4880a292af
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
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;
};