mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Fix sections item translation for config flow (#21924)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user