Skip to content

Commit

Permalink
Merge pull request #727 from uoForms/harshank
Browse files Browse the repository at this point in the history
Minor bug fixes on Terms Page
  • Loading branch information
H4rsh4nk authored Oct 5, 2023
2 parents 9564479 + 0d04cbd commit 822ea09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class App extends Component {

// The modal "window"
const myDisclaimerStyle = {
height: "63vh",
height: "60vh",
margin: "0 auto",
textAlign: "left",
padding: 10,
Expand Down
4 changes: 2 additions & 2 deletions src/Lang/Lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"agree": "I accept the terms of use",
"disclaimerBeforeTermsOfUse":"<b>The Content of this website is not intended to be a substitute for professional medical advice, diagnosis, or treatment. The information provided through the Website applies only to Canadian adults and is not valid for use outside of Canada.</b>",
"accpetanceheading": "Acceptance of the Website Terms of Use",
"acceptanceInitialStatement":"The following terms and conditions (these “<b>Terms of Use</b>”), govern your access to and use of <a href='http://icanbewell.ca'>https://icanbewell.ca</a>(the “<b>Website</b>”), including any content, functionality, and services offered on or through the Website.",
"acceptanceAgreeStatement":"<b>By using the website or by clicking to accept the terms of use, you accept and agree to be bound and comply with these terms of use and the privacy policy, found at <a href='/iCanBeWell_PrivacyPolicy.htm' target='_blank'>https://canbewell-uottawa.web.app/iCanBeWell_PrivacyPolicy.htm</a>incorporated herein by reference. If you do not agree to these terms of use or the privacy policy, you must not access or use the website.</b>",
"acceptanceInitialStatement":"The following terms and conditions (these “<b>Terms of Use</b>”), govern your access to and use of <br /><a href='http://icanbewell.ca'>https://icanbewell.ca</a><br />(the “<b>Website</b>”), including any content, functionality, and services offered on or through the Website.",
"acceptanceAgreeStatement":"<b>By using the website or by clicking to accept the terms of use, you accept and agree to be bound and comply with these terms of use and the privacy policy, found at <br /><a href='/iCanBeWell_PrivacyPolicy.htm' target='_blank'>https://canbewell-uottawa.web.app/iCanBeWell_PrivacyPolicy.htm</a><br />incorporated herein by reference. If you do not agree to these terms of use or the privacy policy, you must not access or use the website.</b>",
"acceptanceText":"By using this Website, you represent and warrant that you are the legal age of majority under applicable law to form a binding contract with the Website and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.",
"modificationHeading":"Modifications to the Terms of Use and to the Website",
"modificationText1":"These terms and conditions may be revised and updated from time to time. Any and all such modifications are effective immediately upon posting and apply to all access to and continued use of the Website. You agree to periodically review the terms and conditions in order to be aware of any such modifications and your continued use shall be your acceptance of these.",
Expand Down

0 comments on commit 822ea09

Please sign in to comment.