diff --git a/src/panels/config/hardware/ha-config-hardware.ts b/src/panels/config/hardware/ha-config-hardware.ts index 118323cd54..ebe7340e35 100644 --- a/src/panels/config/hardware/ha-config-hardware.ts +++ b/src/panels/config/hardware/ha-config-hardware.ts @@ -278,7 +278,7 @@ class HaConfigHardware extends SubscribeMixin(LitElement) { ` : ""}
- ${boardName + ${boardName || isComponentLoaded(this.hass, "hassio") ? html`
@@ -293,7 +293,9 @@ class HaConfigHardware extends SubscribeMixin(LitElement) { : ""} ${boardName || - this.hass.localize("ui.panel.config.hardware.board")} + this.hass.localize( + "ui.panel.config.hardware.generic_hardware" + )} ${boardId ? html` diff --git a/src/translations/en.json b/src/translations/en.json index f461f01578..9b76b164e6 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1801,7 +1801,7 @@ "reboot_moved_link": "Go to system page.", "processor": "Processor", "memory": "Memory", - "board": "Board", + "generic_hardware": "Generic Hardware", "documentation": "Documentation", "configure": "Configure", "documentation_description": "Find extra information about your device",