added loading for connecting to shapeshift

This commit is contained in:
Kadir Sekha 2017-12-14 15:01:09 +09:00
commit 1c7c8c5839
2 changed files with 9 additions and 5 deletions

View file

@ -13,6 +13,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'connectingCoinbase': gettext('Connecting to Coinbase...'),
'connectingGlidera': gettext('Connecting to Glidera...'),
'connectingledger': gettext('Waiting for Ledger...'),
'connectingShapeshift': gettext('Connecting to Shapeshift...'),
'connectingtrezor': gettext('Waiting for Trezor...'),
'creatingTx': gettext('Creating transaction'),
'creatingWallet': gettext('Creating Wallet...'),