remove auto capitalize and correct some strings

This commit is contained in:
Gabriel Bazán 2017-06-30 14:15:53 -03:00
commit f8c836bcc4
9 changed files with 17 additions and 39 deletions

View file

@ -15,22 +15,22 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'connectingledger': gettext('Waiting for Ledger...'), 'connectingledger': gettext('Waiting for Ledger...'),
'connectingtrezor': gettext('Waiting for Trezor...'), 'connectingtrezor': gettext('Waiting for Trezor...'),
'creatingTx': gettext('Creating transaction'), 'creatingTx': gettext('Creating transaction'),
'creatingWallet': gettext('Creating Wallet...'), 'creatingWallet': gettext('Creating wallet...'),
'deletingWallet': gettext('Deleting Wallet...'), 'deletingWallet': gettext('Deleting wallet...'),
'extractingWalletInfo': gettext('Extracting Wallet Information...'), 'extractingWalletInfo': gettext('Extracting wallet information...'),
'fetchingPayPro': gettext('Fetching Payment Information'), 'fetchingPayPro': gettext('Fetching payment information'),
'generatingCSV': gettext('Generating .csv file...'), 'generatingCSV': gettext('Generating .csv file...'),
'gettingFeeLevels': gettext('Getting fee levels...'), 'gettingFeeLevels': gettext('Getting fee levels...'),
'importingWallet': gettext('Importing Wallet...'), 'importingWallet': gettext('Importing wallet...'),
'joiningWallet': gettext('Joining Wallet...'), 'joiningWallet': gettext('Joining wallet...'),
'recreating': gettext('Recreating Wallet...'), 'recreating': gettext('Recreating wallet...'),
'rejectTx': gettext('Rejecting payment proposal'), 'rejectTx': gettext('Rejecting payment proposal'),
'removeTx': gettext('Deleting payment proposal'), 'removeTx': gettext('Deleting payment proposal'),
'retrievingInputs': gettext('Retrieving inputs information'), 'retrievingInputs': gettext('Retrieving inputs information'),
'scanning': gettext('Scanning Wallet funds...'), 'scanning': gettext('Scanning wallet funds...'),
'sendingTx': gettext('Sending transaction'), 'sendingTx': gettext('Sending transaction'),
'signingTx': gettext('Signing transaction'), 'signingTx': gettext('Signing transaction'),
'sweepingWallet': gettext('Sweeping Wallet...'), 'sweepingWallet': gettext('Sweeping wallet...'),
'validatingWords': gettext('Validating recovery phrase...'), 'validatingWords': gettext('Validating recovery phrase...'),
'loadingTxInfo': gettext('Loading transaction info...'), 'loadingTxInfo': gettext('Loading transaction info...'),
'sendingFeedback': gettext('Sending feedback...'), 'sendingFeedback': gettext('Sending feedback...'),
@ -39,7 +39,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'sending2faCode': gettext('Sending 2FA code...'), 'sending2faCode': gettext('Sending 2FA code...'),
'buyingBitcoin': gettext('Buying Bitcoin...'), 'buyingBitcoin': gettext('Buying Bitcoin...'),
'sellingBitcoin': gettext('Selling Bitcoin...'), 'sellingBitcoin': gettext('Selling Bitcoin...'),
'fetchingBitPayAccount': gettext('Fetching BitPay Account...'), 'fetchingBitPayAccount': gettext('Fetching BitPay account...'),
'updatingGiftCards': 'Updating Gift Cards...', 'updatingGiftCards': 'Updating Gift Cards...',
'updatingGiftCard': 'Updating Gift Card...', 'updatingGiftCard': 'Updating Gift Card...',
'cancelingGiftCard': 'Canceling Gift Card...', 'cancelingGiftCard': 'Canceling Gift Card...',

View file

@ -52,10 +52,6 @@
width: 35px; width: 35px;
} }
span {
text-transform: capitalize;
}
.big-icon-svg { .big-icon-svg {
padding: 0 12px 0 0; padding: 0 12px 0 0;
} }

View file

@ -24,7 +24,6 @@ click-to-accept {
height: 100%; height: 100%;
width: 100%; width: 100%;
z-index: 4; z-index: 4;
text-transform: capitalize;
-webkit-transform: translateY(2rem); -webkit-transform: translateY(2rem);
transform: translateY(2rem); transform: translateY(2rem);
opacity: 0; opacity: 0;

View file

@ -95,7 +95,6 @@ slide-to-accept {
width: 100%; width: 100%;
font-size: 17px; font-size: 17px;
letter-spacing: 0.02rem; letter-spacing: 0.02rem;
text-transform: capitalize;
-webkit-transform: translateY(2rem); -webkit-transform: translateY(2rem);
transform: translateY(2rem); transform: translateY(2rem);
opacity: 0; opacity: 0;

View file

@ -32,10 +32,6 @@
height: 35px; height: 35px;
width: 35px; width: 35px;
} }
span {
text-transform: capitalize;
}
} }
.amount-label{ .amount-label{
line-height: 30px; line-height: 30px;

View file

@ -31,10 +31,6 @@
width: 35px; width: 35px;
} }
span {
text-transform: capitalize;
}
.big-icon-svg { .big-icon-svg {
margin-right: 0.6rem; margin-right: 0.6rem;
} }

View file

@ -28,10 +28,6 @@
height: 35px; height: 35px;
width: 35px; width: 35px;
} }
span {
text-transform: capitalize;
}
} }
.amount-label{ .amount-label{
line-height: 30px; line-height: 30px;

View file

@ -28,10 +28,6 @@
height: 35px; height: 35px;
width: 35px; width: 35px;
} }
span {
text-transform: capitalize;
}
} }
.amount-label{ .amount-label{
line-height: 30px; line-height: 30px;

View file

@ -125,7 +125,7 @@
slide-success-hide-on-confirm="true"> slide-success-hide-on-confirm="true">
<span ng-show="wallet.m == 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Payment Sent</span> <span ng-show="wallet.m == 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Payment Sent</span>
<span ng-show="wallet.m > 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Proposal Created</span> <span ng-show="wallet.m > 1 && (wallet.canSign() || wallet.isPrivKeyExternal())" translate>Proposal Created</span>
<span ng-show="!wallet.canSign() && !wallet.isPrivKeyExternal()" translate>Transaction created</span> <span ng-show="!wallet.canSign() && !wallet.isPrivKeyExternal()" translate>Transaction Created</span>
</slide-to-accept-success> </slide-to-accept-success>
<wallet-selector <wallet-selector