mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix sections item translation for config flow (#21924)
This commit is contained in:
parent
de292a8143
commit
7f6325fa5e
@ -83,7 +83,7 @@ export const showConfigFlowDialog = (
|
||||
);
|
||||
}
|
||||
|
||||
const prefix = options?.path?.[0] ? `sections.${options.path[0]}` : "";
|
||||
const prefix = options?.path?.[0] ? `sections.${options.path[0]}.` : "";
|
||||
|
||||
return (
|
||||
hass.localize(
|
||||
|
Loading…
x
Reference in New Issue
Block a user