processes names refactor
This commit is contained in:
parent
3bef5ce7ff
commit
4d63fc71bd
4 changed files with 14 additions and 14 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': 'Updating Gift Cards...',
|
||||
'updateGiftCard': 'Updating Gift Card...',
|
||||
'cancelGiftCard': 'Canceling Gift Card...',
|
||||
'createGiftCard': 'Creating Gift Card...'
|
||||
'updatingGiftCards': 'Updating Gift Cards...',
|
||||
'updatingGiftCard': 'Updating Gift Card...',
|
||||
'cancelingGiftCard': 'Canceling Gift Card...',
|
||||
'creatingGiftCard': 'Creating Gift Card...'
|
||||
};
|
||||
|
||||
root.clear = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue