Adjust documentation link (#8762)

This commit is contained in:
Joakim Sørensen 2021-03-30 21:52:15 +02:00 committed by GitHub
parent afe3831f25
commit 828523f281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -135,15 +135,15 @@ export class HaAnalytics extends LitElement {
</span> </span>
</ha-settings-row> </ha-settings-row>
<p> <p>
${this.hass.localize( <a
"ui.panel.config.core.section.core.analytics.documentation", .href=${documentationUrl(this.hass, "/integrations/analytics/")}
"link", target="_blank"
html`<a rel="noreferrer"
.href=${documentationUrl(this.hass, "/integrations/analytics/")} >
> ${this.hass.localize(
${documentationUrl(this.hass, "/integrations/analytics/")} "ui.panel.config.core.section.core.analytics.learn_more"
</a>` )}
)} </a>
</p> </p>
`; `;
} }

View File

@ -1011,7 +1011,7 @@
"description": "This includes a count of elements in your installation, for a full list look at the documentation" "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."
} }
} }
} }