Skip to content

Commit 9c4166f

Browse files
committed
Add missing "" for href and fix grammar for TOS messages
1 parent ad61d14 commit 9c4166f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/messages.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,13 +567,13 @@ screen.twofactor.instructions.bottom=Open the two-factor authentication app on y
567567
screen.tosconsent.pagetitle=Terms of service
568568
screen.tosconsent.instructions.top=Terms of use and privacy policy
569569
screen.tosconsent.message.p1=You must read and agree to our \
570-
<a style="white-space: nowrap" href=https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/TERMS_OF_USE.md>Terms of Use</a> and \
571-
<a style="white-space: nowrap" href=https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/PRIVACY_POLICY.md>Privacy Policy</a> \
570+
<a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/TERMS_OF_USE.md>Terms of Use"</a> and \
571+
<a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/PRIVACY_POLICY.md>Privacy Policy"</a> \
572572
to finish login.
573573
screen.tosconsent.message.p2=You are seeing this page, either because this is your first-time login to OSF via your \
574574
institution, or because we have recently updated the terms.
575575
screen.tosconsent.message.p3=Please read them carefully and contact \
576-
<a style="white-space: nowrap" href="mailto:support@osf.io">OSF Support</a> should you have any question.
576+
<a style="white-space: nowrap" href="mailto:support@osf.io">OSF Support</a> should you have any questions.
577577
screen.tosconsent.checkbox.title=I have read and agree to these terms.
578578
screen.tosconsent.button.agree=Continue
579579
screen.tosconsent.link.cancel=Cancel and go back to OSF

0 commit comments

Comments
 (0)