Skip to content

Commit d073cb3

Browse files
committed
🐛 [Request] Administrator can go to any configuration page and improve name #1346
1 parent 406cf99 commit d073cb3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

frontend/app/[locale]/chat/components/chatLeftSidebar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ export function ChatSidebar({
251251
return <Database className="h-4 w-4" />;
252252
case "agents":
253253
return <Bot className="h-4 w-4" />;
254-
default:
255-
return null;
256254
}
257255
};
258256

frontend/public/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"chatLeftSidebar.noHistory": "No conversation history",
101101
"chatLeftSidebar.expandSidebar": "Expand Sidebar",
102102
"chatLeftSidebar.settings": "Settings",
103-
"chatLeftSidebar.settingsMenu.modelConfig": "Application and System Model Configuration",
103+
"chatLeftSidebar.settingsMenu.modelConfig": "Application & Model Configuration",
104104
"chatLeftSidebar.settingsMenu.knowledgeConfig": "Knowledge Base Configuration",
105105
"chatLeftSidebar.settingsMenu.agentConfig": "Agent Configuration",
106106
"chatLeftSidebar.confirmDeletionTitle": "Delete Conversation",

frontend/public/locales/zh/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
"chatLeftSidebar.noHistory": "无历史对话",
101101
"chatLeftSidebar.expandSidebar": "展开边栏",
102102
"chatLeftSidebar.settings": "设置",
103-
"chatLeftSidebar.settingsMenu.modelConfig": "应用程序和系统模型配置",
103+
"chatLeftSidebar.settingsMenu.modelConfig": "应用与模型配置",
104104
"chatLeftSidebar.settingsMenu.knowledgeConfig": "知识库配置",
105-
"chatLeftSidebar.settingsMenu.agentConfig": "代理配置",
105+
"chatLeftSidebar.settingsMenu.agentConfig": "智能体配置",
106106
"chatLeftSidebar.confirmDeletionTitle": "删除对话",
107107
"chatLeftSidebar.confirmDeletionDescription": "确定要删除这个对话吗?此操作无法撤销。",
108108
"chatLeftSidebar.cancel": "取消",

0 commit comments

Comments
 (0)