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

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.
This commit is contained in:
Tom Carpenter
2026-02-14 20:04:08 +00:00
committed by GitHub
parent be8a7e0fa5
commit f03a573154

View File

@@ -300,7 +300,7 @@ export const configSections: Record<string, PageNavigation[]> = {
developer_tools: [
{
path: "/config/developer-tools",
translationKey: "panel.developer_tools",
translationKey: "ui.panel.config.dashboard.developer_tools.main",
iconPath: mdiHammer,
iconColor: "#7A5AA6",
core: true,