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/locales/en/app.json b/locales/en/app.json
index 12f11a98..51beef1b 100644
--- a/locales/en/app.json
+++ b/locales/en/app.json
@@ -144,9 +144,9 @@
"rageshake_sending": "Sending…",
"rageshake_sending_logs": "Sending debug logs…",
"rageshake_sent": "Thanks!",
- "recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy2> and <6>Terms of Service6> apply.<9>9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)12>",
"recaptcha_dismissed": "Recaptcha dismissed",
"recaptcha_not_loaded": "Recaptcha not loaded",
+ "recaptcha_ssla_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy2> and <6>Terms of Service6> apply.<9>9>By clicking \"Register\", you agree to our <12>Software and Services License Agreement (SSLA)12>",
"register": {
"passwords_must_match": "Passwords must match",
"registering": "Registering…"
@@ -156,7 +156,7 @@
"register_heading": "Create your account",
"return_home_button": "Return to home screen",
"room_auth_view_continue_button": "Continue",
- "room_auth_view_eula_caption": "By clicking \"Continue\", you agree to our <2>End User Licensing Agreement (EULA)2>",
+ "room_auth_view_ssla_caption": "By clicking \"Join call now\", you agree to our <2>Software and Services License Agreement (SSLA)2>",
"screenshare_button_label": "Share screen",
"settings": {
"audio_tab": {
@@ -202,8 +202,8 @@
"submitting": "Submitting…",
"switch_camera": "Switch camera",
"unauthenticated_view_body": "Not registered yet? <2>Create an account2>",
- "unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)2>",
"unauthenticated_view_login_button": "Login to your account",
+ "unauthenticated_view_ssla_caption": "By clicking \"Go\", you agree to our <2>Software and Services License Agreement (SSLA)2>",
"unmute_microphone_button_label": "Unmute microphone",
"version": "{{productName}} version: {{version}}",
"video_tile": {
diff --git a/src/auth/RegisterPage.tsx b/src/auth/RegisterPage.tsx
index 6535bcb5..c89bf06e 100644
--- a/src/auth/RegisterPage.tsx
+++ b/src/auth/RegisterPage.tsx
@@ -204,7 +204,7 @@ export const RegisterPage: FC = () => {
/>
-
+
This site is protected by ReCAPTCHA and the Google{" "}
Privacy Policy
@@ -216,8 +216,8 @@ export const RegisterPage: FC = () => {
apply.
By clicking "Register", you agree to our{" "}
-
- End User Licensing Agreement (EULA)
+
+ Software and Services License Agreement (SSLA)
diff --git a/src/config/ConfigOptions.ts b/src/config/ConfigOptions.ts
index 87551986..925bdc81 100644
--- a/src/config/ConfigOptions.ts
+++ b/src/config/ConfigOptions.ts
@@ -77,9 +77,9 @@ export interface ConfigOptions {
};
/**
- * A link to the end-user license agreement (EULA)
+ * A link to the software and services license agreement (SSLA)
*/
- eula?: string;
+ ssla?: string;
media_devices?: {
/**
@@ -134,7 +134,7 @@ export interface ResolvedConfigOptions extends ConfigOptions {
server_name: string;
};
};
- eula: string;
+ ssla: string;
media_devices: {
enable_audio: boolean;
enable_video: boolean;
@@ -152,7 +152,7 @@ export const DEFAULT_CONFIG: ResolvedConfigOptions = {
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",
media_devices: {
enable_audio: true,
enable_video: true,
diff --git a/src/home/UnauthenticatedView.tsx b/src/home/UnauthenticatedView.tsx
index 79437ba8..e23c637b 100644
--- a/src/home/UnauthenticatedView.tsx
+++ b/src/home/UnauthenticatedView.tsx
@@ -185,10 +185,10 @@ export const UnauthenticatedView: FC = () => {
)}
-
+
By clicking "Go", you agree to our{" "}
-
- End User Licensing Agreement (EULA)
+
+ Software and Services License Agreement (SSLA)
diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx
index d01089cc..509460e9 100644
--- a/src/room/RoomAuthView.tsx
+++ b/src/room/RoomAuthView.tsx
@@ -80,10 +80,10 @@ export const RoomAuthView: FC = () => {
/>
-
+
By clicking "Join call now", you agree to our{" "}
-
- End User Licensing Agreement (EULA)
+
+ Software and Services License Agreement (SSLA)