feat(webui): present chats as topics
This commit is contained in:
@@ -516,7 +516,7 @@ function ChatsFoldFooter({
|
||||
const { t, i18n } = useTranslation();
|
||||
const collapsedFallback = i18n.resolvedLanguage?.startsWith("zh")
|
||||
? `已折叠 ${hiddenCount} 个对话`
|
||||
: `${hiddenCount} hidden chats`;
|
||||
: `${hiddenCount} hidden topics`;
|
||||
|
||||
return (
|
||||
<div className="px-2 pb-1 pt-1">
|
||||
|
||||
Reference in New Issue
Block a user