1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

Fix Missing Developer Tools Page Title (#29631)

Add panel.developer_tools as an additional translation key for the developer tools in `configSections`. Otherwise the title of the page is simply Settings.
This commit is contained in:
Tom Carpenter
2026-02-14 09:42:12 +00:00
committed by GitHub
parent 67e3eeb45e
commit be8a7e0fa5

View File

@@ -297,6 +297,15 @@ export const configSections: Record<string, PageNavigation[]> = {
iconColor: "#3263C3",
},
],
developer_tools: [
{
path: "/config/developer-tools",
translationKey: "panel.developer_tools",
iconPath: mdiHammer,
iconColor: "#7A5AA6",
core: true,
},
],
// Not used as a tab, but this way it will stay in the quick bar
energy: [
{