mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 11:30:01 +00:00
Change add trigger/condition/action dialog title (#27811)
Change add dialog title
This commit is contained in:
@@ -685,7 +685,7 @@ class DialogAddAutomationElement
|
|||||||
);
|
);
|
||||||
|
|
||||||
const typeTitle = this.hass.localize(
|
const typeTitle = this.hass.localize(
|
||||||
`ui.panel.config.automation.editor.${automationElementType}s.header`
|
`ui.panel.config.automation.editor.${automationElementType}s.add`
|
||||||
);
|
);
|
||||||
|
|
||||||
const tabButtons = [
|
const tabButtons = [
|
||||||
|
|||||||
Reference in New Issue
Block a user