From 7e2ff411f756359b78c8de778e216a402d84f658 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 1 Aug 2024 14:19:25 +0200 Subject: [PATCH] better description --- src/plugins/unreadCountBadge/README.md | 2 +- src/plugins/unreadCountBadge/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/unreadCountBadge/README.md b/src/plugins/unreadCountBadge/README.md index ce63cd455..04dc72cea 100644 --- a/src/plugins/unreadCountBadge/README.md +++ b/src/plugins/unreadCountBadge/README.md @@ -1,5 +1,5 @@ # UnreadCountBadge -Show a badge in the channel list for unread messages. +Shows unread message count badges on channels in the channel list ![](https://github.com/user-attachments/assets/58beb269-259c-47aa-84dc-60f2354e6207) diff --git a/src/plugins/unreadCountBadge/index.tsx b/src/plugins/unreadCountBadge/index.tsx index d14ad20d4..20a848ee9 100644 --- a/src/plugins/unreadCountBadge/index.tsx +++ b/src/plugins/unreadCountBadge/index.tsx @@ -34,7 +34,7 @@ const settings = definePluginSettings({ export default definePlugin({ name: "UnreadCountBadge", authors: [Devs.Joona], - description: "Show unread message count badges on channels in the channel list", + description: "Shows unread message count badges on channels in the channel list", settings, patches: [