manual loading and some details fixes
This commit is contained in:
parent
59d843fcb1
commit
a2c6639962
6 changed files with 58 additions and 85 deletions
|
|
@ -39,7 +39,11 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
|
|||
'sendingByEmail': gettext('Preparing addresses...'),
|
||||
'sending2faCode': gettext('Sending 2FA code...'),
|
||||
'buyingBitcoin': gettext('Buying Bitcoin...'),
|
||||
'sellingBitcoin': gettext('Selling 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...')
|
||||
};
|
||||
|
||||
root.clear = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue