perf: en comments

This commit is contained in:
Junyan Qin
2025-07-06 16:08:02 +08:00
parent ebd8e014c6
commit cd25340826
3 changed files with 4 additions and 2 deletions
@@ -163,7 +163,7 @@ export default function KBDetailDialog({
<DialogHeader className="px-6 pt-6 pb-4 shrink-0">
<DialogTitle>
{activeMenu === 'metadata'
? t('knowledge.createKnowledgeBase')
? t('knowledge.editKnowledgeBase')
: t('knowledge.editDocument')}
</DialogTitle>
</DialogHeader>