mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
fix missing step
This commit is contained in:
parent
b3a763a48d
commit
5b8f97e0f6
@ -99,7 +99,7 @@ export const showConfigFlowDialog = (
|
|||||||
renderExternalStepHeader(hass, step) {
|
renderExternalStepHeader(hass, step) {
|
||||||
return (
|
return (
|
||||||
hass.localize(
|
hass.localize(
|
||||||
`component.${step.handler}.config.${step.step_id}.title`
|
`component.${step.handler}.config.step.${step.step_id}.title`
|
||||||
) ||
|
) ||
|
||||||
hass.localize(
|
hass.localize(
|
||||||
"ui.panel.config.integrations.config_flow.external_step.open_site"
|
"ui.panel.config.integrations.config_flow.external_step.open_site"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user