Change from TOC to EULA

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2023-07-06 08:43:00 +02:00
commit 0646f327df
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
4 changed files with 12 additions and 6 deletions

View file

@ -211,7 +211,9 @@ export const RegisterPage: FC = () => {
apply.
<br />
By clicking "Register", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link>
<Link href={privacyPolicyUrl}>
End User Licensing Agreement (EULA)
</Link>
</Trans>
</Caption>
{error && (

View file

@ -165,7 +165,9 @@ export const UnauthenticatedView: FC = () => {
<Caption className={styles.notice}>
<Trans>
By clicking "Go", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link>
<Link href={privacyPolicyUrl}>
End User Licensing Agreement (EULA)
</Link>
</Trans>
</Caption>
{error && (

View file

@ -83,7 +83,9 @@ export function RoomAuthView() {
<Caption>
<Trans>
By clicking "Join call now", you agree to our{" "}
<Link href={privacyPolicyUrl}>Terms and conditions</Link>
<Link href={privacyPolicyUrl}>
End User Licensing Agreement (EULA)
</Link>
</Trans>
</Caption>
{error && (