From 34f1e4d71c62b26458a530a6b56cf8aee719561e Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:37:32 +0100 Subject: Remove double `an` from error message strings (#5782) * Update ProfileHeaderLabeler.tsx * Update FeedErrorMessage.tsx * Update FeedShutdownMsg.tsx * Update ProfileFeed.tsx --- src/view/com/posts/FeedErrorMessage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/posts/FeedErrorMessage.tsx') diff --git a/src/view/com/posts/FeedErrorMessage.tsx b/src/view/com/posts/FeedErrorMessage.tsx index d12377461..437d7788a 100644 --- a/src/view/com/posts/FeedErrorMessage.tsx +++ b/src/view/com/posts/FeedErrorMessage.tsx @@ -142,7 +142,7 @@ function FeedgenErrorMessage({ } catch (err) { Toast.show( _l( - msgLingui`There was an an issue removing this feed. Please check your internet connection and try again.`, + msgLingui`There was an issue removing this feed. Please check your internet connection and try again.`, ), 'exclamation-circle', ) -- cgit 1.4.1