diff --git a/src/layouts/hass-error-screen.ts b/src/layouts/hass-error-screen.ts index f7a181e0ab..bc9a4737f4 100644 --- a/src/layouts/hass-error-screen.ts +++ b/src/layouts/hass-error-screen.ts @@ -40,7 +40,7 @@ class HassErrorScreen extends LitElement {
${hass.localize(`ui.dialogs.repairs.success.description`)}
+${hass.localize("ui.dialogs.repair_flow.success.description")}
`; }, @@ -202,7 +202,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), }) ); diff --git a/src/translations/en.json b/src/translations/en.json index 8c48ae19de..88bb50cfaa 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1256,6 +1256,7 @@ "add_picture": "Add a picture", "assigned_to_area": "Assigned to this area", "targeting_area": "Targeting this area", + "area_not_found": "[%key:ui::card::area::area_not_found%]", "data_table": { "area": "Area", "devices": "Devices", @@ -1341,6 +1342,7 @@ "update": "Update", "create": "Create", "create_and_write": "Create and Write", + "required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]", "usage": "A tag can trigger an automation when scanned, you can use NFC tags, QR codes or any other kind of tag. Use our {companion_link} to write this tag to a programmable NFC tag or create a QR code below.", "companion_apps": "companion apps" }