fixes
This commit is contained in:
parent
a2c6639962
commit
3bef5ce7ff
3 changed files with 7 additions and 9 deletions
|
|
@ -40,10 +40,10 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
|
|||
'sending2faCode': gettext('Sending 2FA code...'),
|
||||
'buyingBitcoin': gettext('Buying Bitcoin...'),
|
||||
'sellingBitcoin': gettext('Selling Bitcoin...'),
|
||||
'updateGiftCards': gettext('Updating Gift Cards...'),
|
||||
'updateGiftCard': gettext('Updating Gift Card...'),
|
||||
'cancelGiftCard': gettext('Canceling Gift Card...'),
|
||||
'createGiftCard': gettext('Creating Gift Card...')
|
||||
'updateGiftCards': 'Updating Gift Cards...',
|
||||
'updateGiftCard': 'Updating Gift Card...',
|
||||
'cancelGiftCard': 'Canceling Gift Card...',
|
||||
'createGiftCard': 'Creating Gift Card...'
|
||||
};
|
||||
|
||||
root.clear = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue