Change from TOC to EULA
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
77c698f8ed
commit
0646f327df
4 changed files with 12 additions and 6 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue