Skip to content

Commit

Permalink
Update show-dialog-sub-config-flow.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 9, 2024
1 parent c0a38a4 commit ffb006b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dialogs/config-flow/show-dialog-sub-config-flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ export const showSubConfigFlowDialog = (
renderMenuHeader(hass, step) {
return (
hass.localize(
`component.${configEntry.domain}.config_subentries.step.${step.step_id}.title`
`component.${configEntry.domain}.config_subentries.step.${step.step_id}.title`,
step.description_placeholders
) || hass.localize(`component.${configEntry.domain}.title`)
);
},
Expand Down

0 comments on commit ffb006b

Please sign in to comment.