diff options
Diffstat (limited to 'src/view/com/post')
-rw-r--r-- | src/view/com/post/Post.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index fac27b842..c74abb894 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -178,9 +178,7 @@ const PostLoaded = observer( try { await item.toggleThreadMute() if (item.isThreadMuted) { - Toast.show( - 'You will no longer received notifications for this thread', - ) + Toast.show('You will no longer receive notifications for this thread') } else { Toast.show('You will now receive notifications for this thread') } |