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

Commit ea4d82d

Browse files
author
Philip Welber
committed
fix(Confirm): terms fix
1 parent 25c0911 commit ea4d82d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/templates/exchange/confirm.pug

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ form.bc-form.pv-20(
2929
.pts
3030
input(type="checkbox" id="terms" name="terms" ng-model="terms" required)
3131
label.mbn.f-13.em-300(ng-if="!$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS")
32-
label.mt-15.mb-20.ml-5.f-11.em-300(ng-if="$ctrl.tradeAccount" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
32+
label.mt-15.mb-20.ml-5.f-11.em-300(ng-if="$ctrl.tradeAccount && type === '.buy'" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
33+
label.mt-15.mb-20.ml-5.f-11.em-300(ng-if="$ctrl.tradeAccount && type === '.sell'" for="terms" translate=".ACCEPT_TERMS_EXTENDED" translate-values="{account: $ctrl.tradeAccount.accountNumber}")
3334
.flex-row.flex-end
3435
button.button-muted(type="button" translate="CANCEL" ng-click="$ctrl.onCancel()")
3536
button.button-primary.ml-20(

locales/en-human.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@
18961896
"confirm": {
18971897
"HEADER": "Confirm Sell Order",
18981898
"BODY": "Please review your trade details below. Click 'Confirm' to initiate.",
1899-
"ACCEPT_TERMS": "I agree to SFOX's <a href='https://www.sfox.com/terms.html' target='_blank' rel='noopener noreferrer'>terms and conditions</a>."
1899+
"ACCEPT_TERMS_EXTENDED": "I authorize SFOX, Inc. to credit 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"
19001900
},
19011901
"processing": {
19021902
"DISPLAY": "Pending Sell",

0 commit comments

Comments
 (0)