fix missing step

This commit is contained in:
Ludeeus 2020-09-09 10:17:57 +00:00
parent b3a763a48d
commit 5b8f97e0f6

View File

@ -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"