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