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