diff --git a/src/components/ha-analytics.ts b/src/components/ha-analytics.ts index d2833940c2..bbc4682e27 100644 --- a/src/components/ha-analytics.ts +++ b/src/components/ha-analytics.ts @@ -135,15 +135,15 @@ export class HaAnalytics extends LitElement {

- ${this.hass.localize( - "ui.panel.config.core.section.core.analytics.documentation", - "link", - html` - ${documentationUrl(this.hass, "/integrations/analytics/")} - ` - )} + + ${this.hass.localize( + "ui.panel.config.core.section.core.analytics.learn_more" + )} +

`; } diff --git a/src/translations/en.json b/src/translations/en.json index 767360463e..0008e06119 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1011,7 +1011,7 @@ "description": "This includes a count of elements in your installation, for a full list look at the documentation" } }, - "documentation": "Before you enable this make sure you visit the analytics documentation page {link} to understand what you are sending and how it's stored." + "learn_more": "Learn more about how your data will be processed." } } }