mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Fix action descriptions switch to English when using search (#22689)
* var mistake * Update src/panels/config/automation/add-automation-element-dialog.ts * prettier
This commit is contained in:
parent
5430040b96
commit
04a45a4361
@ -370,7 +370,7 @@ class DialogAddAutomationElement extends LitElement implements HassDialog {
|
||||
}`,
|
||||
description:
|
||||
this.hass.localize(
|
||||
`component.${domain}.services.${service}.description`
|
||||
`component.${dmn}.services.${service}.description`
|
||||
) || services[dmn][service]?.description,
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user