From e07f5d5980e7647e78bcaf10c7a239725b08ce3d Mon Sep 17 00:00:00 2001 From: Wesley <46491851+wscld@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:06:31 -0300 Subject: [PATCH] Fixing extra spacing in notification text (#5396) --- src/view/com/notifications/FeedItem.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index b248bb4c54..53152b50d4 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -316,8 +316,7 @@ let FeedItem = ({ {authors.length > 1 ? ( <> - {' '} - and{' '} + and {plural(authors.length - 1, {