Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(SFOX): terms copy and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Mar 27, 2018
1 parent bad91d5 commit 3932f1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/templates/exchange/confirm.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ form.bc-form.pv-20(
helper-button(ng-show="field.key === '.TX_FEE'" content="{{namespace + type + '.TRANSACTION_FEE_HELPER'}}")
helper-button(ng-show="field.key === '.TRADING_FEE'" content="{{namespace + '.TRADING_FEE_HELPER'}}")
span {{ field.val }}
.flex-row.flex-center
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
label.mbn.f-13.em-300(for="terms" translate=".ACCEPT_TERMS")
.flex-row.flex-align-start
.pts
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
label.mbn.f-13.em-300(ng-if="!$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS")
label.mt-15.mb-20.ml-5.f-12.em-300(ng-if="$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
.flex-row.flex-end
button.button-muted(type="button" translate="CANCEL" ng-click="$ctrl.onCancel()")
button.button-primary.ml-20(
Expand Down
3 changes: 2 additions & 1 deletion locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,8 @@
"confirm": {
"HEADER": "Confirm Buy Order",
"BODY": "@:SFOX.sell.confirm.BODY",
"ACCEPT_TERMS": "@:SFOX.sell.confirm.ACCEPT_TERMS"
"ACCEPT_TERMS": "@:SFOX.sell.confirm.ACCEPT_TERMS",
"ACCEPT_TERMS_EXTENDED": "I authorize SFOX, Inc. to debit my linked bank account ending in {{::account}} via ACH and acknowledge that all transactions to/from my bank account comply with the SFOX <a href='https://www.sfox.com/terms.html' target='_blank' rel='noopener noreferrer'>Terms of Service</a>, and are in accordance with US law and standard banking (including ACH) guidelines"
},
"processing": {
"DISPLAY": "Pending Buy",
Expand Down

0 comments on commit 3932f1b

Please sign in to comment.