Fix TOS copy

This commit is contained in:
Robert Long 2022-02-02 14:31:11 -08:00
parent 3f60cd0386
commit 089c891a55
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@ export function RegisterPage() {
</Link>{" "} </Link>{" "}
apply. apply.
<br /> <br />
By clicking "Go", you agree to our{" "} By clicking "Log in", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link> <Link href={privacyPolicyUrl}>Terms and conditions</Link>
</Caption> </Caption>
)} )}

View file

@ -68,7 +68,7 @@ export function RoomAuthView() {
/> />
</FieldRow> </FieldRow>
<Caption> <Caption>
By clicking "Go", you agree to our{" "} By clicking "Join call now", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link> <Link href={privacyPolicyUrl}>Terms and conditions</Link>
</Caption> </Caption>
{error && ( {error && (