Skip to content

Commit 6d53422

Browse files
committed
chats: we count hide of messages not threads (right now) so at least say it right
1 parent ca48b4c commit 6d53422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/chat/chat-log.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function NotShowing({ num, search, filterRecentH }: NotShowingProps) {
360360
key="not_showing"
361361
message={
362362
<b>
363-
WARNING: Hiding {num} {plural(num, "thread")}
363+
WARNING: Hiding {num} {plural(num, "messages")}
364364
{search.trim()
365365
? ` that ${
366366
num != 1 ? "do" : "does"

0 commit comments

Comments
 (0)