From 828523f281d00eb28bd99a7982feb5815bb43192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 30 Mar 2021 21:52:15 +0200 Subject: [PATCH] Adjust documentation link (#8762) --- src/components/ha-analytics.ts | 18 +++++++++--------- src/translations/en.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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." } } }