From 8d4f734f046459faeec88fe9a5608a713691308b Mon Sep 17 00:00:00 2001 From: Boris Proshin Date: Wed, 16 Aug 2023 17:22:15 +0300 Subject: [PATCH] feat: change text --- src/components/Chats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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