mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +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:
|
description:
|
||||||
this.hass.localize(
|
this.hass.localize(
|
||||||
`component.${domain}.services.${service}.description`
|
`component.${dmn}.services.${service}.description`
|
||||||
) || services[dmn][service]?.description,
|
) || services[dmn][service]?.description,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user