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>{" "}
|
||||
apply.
|
||||
<br />
|
||||
By clicking "Go", you agree to our{" "}
|
||||
By clicking "Log in", you agree to our{" "}
|
||||
<Link href={privacyPolicyUrl}>Terms and conditions</Link>
|
||||
</Caption>
|
||||
)}
|
||||
|
|
|
@ -68,7 +68,7 @@ export function RoomAuthView() {
|
|||
/>
|
||||
</FieldRow>
|
||||
<Caption>
|
||||
By clicking "Go", you agree to our{" "}
|
||||
By clicking "Join call now", you agree to our{" "}
|
||||
<Link href={privacyPolicyUrl}>Terms and conditions</Link>
|
||||
</Caption>
|
||||
{error && (
|
||||
|
|
Loading…
Add table
Reference in a new issue