mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Fix bad keys in repair flow dialog
This commit is contained in:
parent
95231554d5
commit
b0807cb80c
@ -68,7 +68,7 @@ export const showRepairsFlowDialog = (
|
||||
`component.${issue.domain}.issues.${
|
||||
issue.translation_key || issue.issue_id
|
||||
}.fix_flow.step.${step.step_id}.title`
|
||||
) || hass.localize(`ui.dialogs.issues_flow.form.header`)
|
||||
) || hass.localize("ui.dialogs.repair_flow.form.header")
|
||||
);
|
||||
},
|
||||
|
||||
@ -125,7 +125,7 @@ export const showRepairsFlowDialog = (
|
||||
|
||||
renderCreateEntryDescription(hass, _step) {
|
||||
return html`
|
||||
<p>${hass.localize(`ui.dialogs.repairs.success.description`)}</p>
|
||||
<p>${hass.localize("ui.dialogs.repair_flow.success.description")}</p>
|
||||
`;
|
||||
},
|
||||
|
||||
@ -201,7 +201,7 @@ export const showRepairsFlowDialog = (
|
||||
issue.translation_key || issue.issue_id
|
||||
}.fix_flow.loading`
|
||||
) ||
|
||||
hass.localize(`ui.dialogs.repairs.loading.${reason}`, {
|
||||
hass.localize(`ui.dialogs.repair_flow.loading.${reason}`, {
|
||||
integration: domainToName(hass.localize, issue.domain),
|
||||
})
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user