From d0664b511e84c2fcea1aad8c9de5d6a13d97a650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 30 Jun 2017 14:17:58 -0300 Subject: [PATCH] fixes --- src/js/services/onGoingProcess.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/js/services/onGoingProcess.js b/src/js/services/onGoingProcess.js index d3127db7b..e0f82fc40 100644 --- a/src/js/services/onGoingProcess.js +++ b/src/js/services/onGoingProcess.js @@ -15,22 +15,22 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti 'connectingledger': gettext('Waiting for Ledger...'), 'connectingtrezor': gettext('Waiting for Trezor...'), 'creatingTx': gettext('Creating transaction'), - 'creatingWallet': gettext('Creating wallet...'), - 'deletingWallet': gettext('Deleting wallet...'), - 'extractingWalletInfo': gettext('Extracting wallet information...'), + 'creatingWallet': gettext('Creating Wallet...'), + 'deletingWallet': gettext('Deleting Wallet...'), + 'extractingWalletInfo': gettext('Extracting Wallet information...'), 'fetchingPayPro': gettext('Fetching payment information'), 'generatingCSV': gettext('Generating .csv file...'), 'gettingFeeLevels': gettext('Getting fee levels...'), - 'importingWallet': gettext('Importing wallet...'), - 'joiningWallet': gettext('Joining wallet...'), - 'recreating': gettext('Recreating wallet...'), + 'importingWallet': gettext('Importing Wallet...'), + 'joiningWallet': gettext('Joining Wallet...'), + 'recreating': gettext('Recreating Wallet...'), 'rejectTx': gettext('Rejecting payment proposal'), 'removeTx': gettext('Deleting payment proposal'), 'retrievingInputs': gettext('Retrieving inputs information'), - 'scanning': gettext('Scanning wallet funds...'), + 'scanning': gettext('Scanning Wallet funds...'), 'sendingTx': gettext('Sending transaction'), 'signingTx': gettext('Signing transaction'), - 'sweepingWallet': gettext('Sweeping wallet...'), + 'sweepingWallet': gettext('Sweeping Wallet...'), 'validatingWords': gettext('Validating recovery phrase...'), 'loadingTxInfo': gettext('Loading transaction info...'), 'sendingFeedback': gettext('Sending feedback...'), @@ -39,7 +39,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti 'sending2faCode': gettext('Sending 2FA code...'), 'buyingBitcoin': gettext('Buying Bitcoin...'), 'sellingBitcoin': gettext('Selling Bitcoin...'), - 'fetchingBitPayAccount': gettext('Fetching BitPay account...'), + 'fetchingBitPayAccount': gettext('Fetching BitPay Account...'), 'updatingGiftCards': 'Updating Gift Cards...', 'updatingGiftCard': 'Updating Gift Card...', 'cancelingGiftCard': 'Canceling Gift Card...',