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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user