From f03a573154c06d0724448b293a4fe06f50ba86d9 Mon Sep 17 00:00:00 2001 From: Tom Carpenter Date: Sat, 14 Feb 2026 20:04:08 +0000 Subject: [PATCH] Correct Developer Tools Tab Translation Key (#29642) Correct Dev Tools Tab Translation Key Wrong key was selected for the dev tools page title due to caching issue. --- src/panels/config/ha-panel-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index 6660656df7..caf4b90f14 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -300,7 +300,7 @@ export const configSections: Record = { developer_tools: [ { path: "/config/developer-tools", - translationKey: "panel.developer_tools", + translationKey: "ui.panel.config.dashboard.developer_tools.main", iconPath: mdiHammer, iconColor: "#7A5AA6", core: true,