From 973e3496e2e62c6a529c066b2f1e3535112d4680 Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Mon, 15 Dec 2025 13:19:56 -0300 Subject: [PATCH] =?UTF-8?q?fix(chat):=20corrige=20acentua=C3=A7=C3=A3o=20e?= =?UTF-8?q?m=20"n=C3=A3o=20lida"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/desktop/src/chat/ChatSessionList.tsx | 2 +- src/components/chat/chat-session-list.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/chat/ChatSessionList.tsx b/apps/desktop/src/chat/ChatSessionList.tsx index 2c43ed4..c98a90b 100644 --- a/apps/desktop/src/chat/ChatSessionList.tsx +++ b/apps/desktop/src/chat/ChatSessionList.tsx @@ -46,7 +46,7 @@ export function ChatSessionList({ {sessions.length} conversa{sessions.length !== 1 ? "s" : ""} ativa{sessions.length !== 1 ? "s" : ""} {totalUnread > 0 && ( - ({totalUnread} nao lida{totalUnread !== 1 ? "s" : ""}) + ({totalUnread} não lida{totalUnread !== 1 ? "s" : ""}) )}

diff --git a/src/components/chat/chat-session-list.tsx b/src/components/chat/chat-session-list.tsx index e84f592..478525c 100644 --- a/src/components/chat/chat-session-list.tsx +++ b/src/components/chat/chat-session-list.tsx @@ -58,7 +58,7 @@ export function ChatSessionList({ {sessions.length} conversa{sessions.length !== 1 ? "s" : ""} ativa{sessions.length !== 1 ? "s" : ""} {totalUnread > 0 && ( - ({totalUnread} nao lida{totalUnread !== 1 ? "s" : ""}) + ({totalUnread} não lida{totalUnread !== 1 ? "s" : ""}) )}