diff --git a/src/components/Chats.tsx b/src/components/Chats.tsx index 28233c2..278b54d 100644 --- a/src/components/Chats.tsx +++ b/src/components/Chats.tsx @@ -87,7 +87,7 @@ export function Chats({ search }: { search: string }) { icon={chat.pinned ? : } onClick={(event) => toggleChatPin(chat.id, event)} > - {chat.pinned ? "Remove pin" : "Pin this"} + {chat.pinned ? "Remove pin" : "Pin chat"} }>Edit