diff --git a/config/config.devenv.json b/config/config.devenv.json index b39cc628..cebca705 100644 --- a/config/config.devenv.json +++ b/config/config.devenv.json @@ -11,5 +11,5 @@ "features": { "feature_use_device_session_member_events": true }, - "eula": "https://static.element.io/legal/online-EULA.pdf" + "ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf" } diff --git a/config/config.sample.json b/config/config.sample.json index bd4e112b..18c5d07a 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -11,5 +11,5 @@ "features": { "feature_use_device_session_member_events": true }, - "eula": "https://static.element.io/legal/online-EULA.pdf" + "ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf" } diff --git a/src/auth/RegisterPage.tsx b/src/auth/RegisterPage.tsx index 3cc3f79b..dbc8d46d 100644 --- a/src/auth/RegisterPage.tsx +++ b/src/auth/RegisterPage.tsx @@ -216,8 +216,7 @@ export const RegisterPage: FC = () => { apply.
By clicking "Register", you agree to our{" "} - {/* if the deprecated eula field is setup we still show it. */} - + Software and Services License Agreement (SSLA) diff --git a/src/config/ConfigOptions.ts b/src/config/ConfigOptions.ts index 7d54b988..925bdc81 100644 --- a/src/config/ConfigOptions.ts +++ b/src/config/ConfigOptions.ts @@ -76,12 +76,6 @@ export interface ConfigOptions { feature_use_device_session_member_events?: boolean; }; - /** - * A link to the software and services license agreement (SSLA) - * @deprecated renamed to ssla - */ - eula?: string; - /** * A link to the software and services license agreement (SSLA) */ diff --git a/src/home/UnauthenticatedView.tsx b/src/home/UnauthenticatedView.tsx index 922acc12..5bfe7d92 100644 --- a/src/home/UnauthenticatedView.tsx +++ b/src/home/UnauthenticatedView.tsx @@ -187,8 +187,7 @@ export const UnauthenticatedView: FC = () => { By clicking "Go", you agree to our{" "} - {/* if the deprecated eula field is setup we still show it. */} - + Software and Services License Agreement (SSLA) diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx index 04e886a7..0a3eec04 100644 --- a/src/room/RoomAuthView.tsx +++ b/src/room/RoomAuthView.tsx @@ -82,8 +82,7 @@ export const RoomAuthView: FC = () => { By clicking "Join call now", you agree to our{" "} - {/* if the deprecated eula field is setup we still show it. */} - + Software and Services License Agreement (SSLA)