diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index 9dec7b048..f75e0c97d 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -254,6 +254,7 @@ "uiPlayground": "UI Playground", "faceLibrary": "Face Library", "classification": "Classification", + "chat": "Chat", "user": { "title": "User", "account": "Account", diff --git a/web/src/hooks/use-navigation.ts b/web/src/hooks/use-navigation.ts index e32b28b62..031411c1a 100644 --- a/web/src/hooks/use-navigation.ts +++ b/web/src/hooks/use-navigation.ts @@ -87,6 +87,7 @@ export default function useNavigation( id: ID_CHAT, variant, icon: MdChat, + title: "menu.chat", url: "/chat", enabled: isDesktop && isAdmin && config?.genai?.model !== "none", },