fix(sidebar): clarify empty state when completed conversations are hidden

This commit is contained in:
xintaofei
2026-04-24 22:42:30 +08:00
parent 6d1a87a1e5
commit 230539233a
11 changed files with 11 additions and 1 deletions

View File

@@ -477,7 +477,7 @@ function FolderGroupItem({
>
{totalConversationCount === 0
? t("emptyFolderHint")
: t("noMatchingConversations")}
: t("noUnfinishedConversations")}
</div>
) : (
conversations.map((conv) => (