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

Commit

Permalink
Merge pull request #540 from blockchain/recover_tos
Browse files Browse the repository at this point in the history
Accept terms of service during recovery
  • Loading branch information
plondon authored Sep 2, 2016
2 parents 8398d36 + 0e4454d commit 3186c89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions app/partials/recover-funds.jade
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
span.help-block
div(ng-show="recoveryForm.confirmation.$touched")
p(ng-show="recoveryForm.confirmation.$error.isValid" translate="NO_MATCH")
.flex-center.flex-end.mtm.mbl
input#agreement_accept.pull-right(
name="agreement"
type="checkbox"
ng-disabled="browser.disabled"
required)
label.em-300.mbn.mls.right-align(translate="ACCEPT_TOS")
.flex-center.flex-end.mvl
button.button-muted.mrm(
type="button"
Expand Down
4 changes: 1 addition & 3 deletions app/partials/signup.jade
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ div
ng-model="fields.acceptedAgreement"
ng-disabled="browser.disabled"
required)
label.em-300.mbn.mls.right-align
| I have read and agree to the
a(href="https://blockchain.info/Resources/TermsofServicePolicy.pdf", translate="TERMS_OF_SERVICE", target="_blank" rel="noopener noreferrer")
label.em-300.mbn.mls.right-align(translate="ACCEPT_TOS")
.flex-center.flex-end.mbl
button.button-primary(
type="submit"
Expand Down
4 changes: 3 additions & 1 deletion locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,5 +1000,7 @@
"PROMPT": "I thought the Buy Bitcoin feature was easy to use",
"DISAGREE": "Strongly Disagree",
"AGREE": "Strongly Agree"
}
},
"SPEND_IMPORTED_ADDRESS": "Spend",
"ACCEPT_TOS": "I have read and agree to the <a href='https://blockchain.info/Resources/TermsofServicePolicy.pdf', target='_blank' rel='noopener noreferrer'>Terms of Service</a>"
}

0 comments on commit 3186c89

Please sign in to comment.