mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Adjust documentation link (#8762)
This commit is contained in:
parent
afe3831f25
commit
828523f281
@ -135,15 +135,15 @@ export class HaAnalytics extends LitElement {
|
||||
</span>
|
||||
</ha-settings-row>
|
||||
<p>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.core.section.core.analytics.documentation",
|
||||
"link",
|
||||
html`<a
|
||||
.href=${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
>
|
||||
${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
</a>`
|
||||
)}
|
||||
<a
|
||||
.href=${documentationUrl(this.hass, "/integrations/analytics/")}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.core.section.core.analytics.learn_more"
|
||||
)}
|
||||
</a>
|
||||
</p>
|
||||
`;
|
||||
}
|
||||
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user