Fix TOS copy
This commit is contained in:
parent
3f60cd0386
commit
089c891a55
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -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 && (
|
||||||
|
|
Loading…
Add table
Reference in a new issue