Skip to content

Commit

Permalink
Fix action descriptions switch to English when using search (#22689)
Browse files Browse the repository at this point in the history
* var mistake

* Update src/panels/config/automation/add-automation-element-dialog.ts

* prettier
  • Loading branch information
silamon authored Nov 6, 2024
1 parent 5430040 commit 04a45a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down

0 comments on commit 04a45a4

Please sign in to comment.