mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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>
|
</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>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user