Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug fixes on Terms Page #727

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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