Many translation fixes. Missing translations in template.pot and added some in views

This commit is contained in:
Sebastiaan Pasma 2018-08-13 13:48:41 +02:00
commit 1dad3ab3fd
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
6 changed files with 48 additions and 15 deletions

View file

@ -34,6 +34,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
};
vm.originWallet = null;
vm.paymentExpired = false;
vm.personalNotePlaceholder = gettextCatalog.getString('Enter text here');
vm.primaryAmount = '';
vm.primaryCurrency = '';
vm.usingMerchantFee = false;