mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Update learn more URLs to just "Learn more"
This commit is contained in:
parent
f4f361b51a
commit
2f2209682e
@ -513,9 +513,7 @@ class HaAutomationPicker extends LitElement {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize("ui.panel.config.common.learn_more")}
|
||||||
"ui.panel.config.automation.picker.learn_more"
|
|
||||||
)}
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
`,
|
`,
|
||||||
|
@ -370,7 +370,7 @@ class HaSceneDashboard extends LitElement {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
${this.hass.localize("ui.panel.config.scene.picker.learn_more")}
|
${this.hass.localize("ui.panel.config.common.learn_more")}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
`,
|
`,
|
||||||
|
@ -420,7 +420,7 @@ class HaScriptPicker extends LitElement {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
${this.hass.localize("ui.panel.config.script.picker.learn_more")}
|
${this.hass.localize("ui.panel.config.common.learn_more")}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user