Add title

This commit is contained in:
Nicolas Mowen 2026-02-13 06:28:46 -07:00
parent 3e97f9e985
commit 089c2c1018
2 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,7 @@
"uiPlayground": "UI Playground", "uiPlayground": "UI Playground",
"faceLibrary": "Face Library", "faceLibrary": "Face Library",
"classification": "Classification", "classification": "Classification",
"chat": "Chat",
"user": { "user": {
"title": "User", "title": "User",
"account": "Account", "account": "Account",

View File

@ -87,6 +87,7 @@ export default function useNavigation(
id: ID_CHAT, id: ID_CHAT,
variant, variant,
icon: MdChat, icon: MdChat,
title: "menu.chat",
url: "/chat", url: "/chat",
enabled: isDesktop && isAdmin && config?.genai?.model !== "none", enabled: isDesktop && isAdmin && config?.genai?.model !== "none",
}, },