diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
index df5bd8c8dc..79a42ed9e5 100644
--- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
+++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
@@ -2603,7 +2603,7 @@ export default {
consentForAnalytics: 'Consent for telemetry data',
analyticsLevelSavedSuccess: 'Telemetry level saved!',
analyticsDescription:
- '\n In order to improve Umbraco and add new functionality based on as relevant information as possible,\n
we would like to collect system- and usage information from your installation.\n
Aggregate data will be shared on a regular basis as well as learnings from these metrics.\n
Hopefully, you will help us collect some valuable data.\n
\n
We WILL NOT collect any personal data such as content, code, user information, and all data will be fully anonymized.\n ',
+ 'In order to improve Umbraco and add new functionality based on as relevant information as possible, we would like to collect system- and usage information from your installation.\n
Aggregate data will be shared on a regular basis as well as learnings from these metrics.\n
Hopefully, you will help us collect some valuable data.\n
\n
We WILL NOT collect any personal data such as content, code, user information, and all data will be fully anonymized.',
minimalLevelDescription: 'We will only send an anonymized site ID to let us know that the site exists.',
basicLevelDescription: 'We will send an anonymized site ID, Umbraco version, and packages installed',
detailedLevelDescription:
diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
index 734ff12f12..e610a10f35 100644
--- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
+++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
@@ -2703,7 +2703,7 @@ export default {
consentForAnalytics: 'Consent for telemetry data',
analyticsLevelSavedSuccess: 'Telemetry level saved!',
analyticsDescription:
- 'In order to improve Umbraco and add new functionality based on as relevant information as possible,\n
we would like to collect system- and usage information from your installation.\n
Aggregate data will be shared on a regular basis as well as learnings from these metrics.\n
Hopefully, you will help us collect some valuable data.\n
\n
We WILL NOT collect any personal data such as content, code, user information, and all data will be fully anonymized.',
+ 'In order to improve Umbraco and add new functionality based on as relevant information as possible, we would like to collect system- and usage information from your installation.\n
Aggregate data will be shared on a regular basis as well as learnings from these metrics.\n
Hopefully, you will help us collect some valuable data.\n
\n
We WILL NOT collect any personal data such as content, code, user information, and all data will be fully anonymized.',
minimalLevelDescription: 'We will only send an anonymized site ID to let us know that the site exists.',
basicLevelDescription: 'We will send an anonymized site ID, Umbraco version, and packages installed',
detailedLevelDescription:
diff --git a/src/Umbraco.Web.UI.Client/src/packages/telemetry/dashboard-telemetry.element.ts b/src/Umbraco.Web.UI.Client/src/packages/telemetry/dashboard-telemetry.element.ts
index c43c0b6f72..08f885388a 100644
--- a/src/Umbraco.Web.UI.Client/src/packages/telemetry/dashboard-telemetry.element.ts
+++ b/src/Umbraco.Web.UI.Client/src/packages/telemetry/dashboard-telemetry.element.ts
@@ -92,18 +92,16 @@ export class UmbDashboardTelemetryElement extends UmbLitElement {
value=${this._selectedTelemetryIndex + 1}
min="1"
max=${this._telemetryLevels.length}
- hide-step-values>
-
${unsafeHTML(this._selectedTelemetryDescription)}
`; } override render() { return html` -