Debit card: topup improvements

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-15 19:30:28 -03:00
commit 419cb4cdb8
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 219 additions and 92 deletions

View file

@ -45,7 +45,8 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'cancelingGiftCard': 'Canceling Gift Card...',
'creatingGiftCard': 'Creating Gift Card...',
'buyingGiftCard': 'Buying Gift Card...',
'topup': 'Top up in progress...'
'topup': gettext('Top up in progress...'),
'creatingInvoice': gettext('Creating invoice...')
};
root.clear = function() {