about summary refs log tree commit diff
path: root/src/view/com/posts/FeedErrorMessage.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2024-10-17 10:37:32 +0100
committerGitHub <noreply@github.com>2024-10-17 12:37:32 +0300
commit34f1e4d71c62b26458a530a6b56cf8aee719561e (patch)
tree5d7304a41b1191ddeec57370b5e4c865df5ecb5c /src/view/com/posts/FeedErrorMessage.tsx
parent7e4ecc6860fca2d3477e4dc5db907309236949ac (diff)
downloadvoidsky-34f1e4d71c62b26458a530a6b56cf8aee719561e.tar.zst
Remove double `an` from error message strings (#5782)
* Update ProfileHeaderLabeler.tsx

* Update FeedErrorMessage.tsx

* Update FeedShutdownMsg.tsx

* Update ProfileFeed.tsx
Diffstat (limited to 'src/view/com/posts/FeedErrorMessage.tsx')
-rw-r--r--src/view/com/posts/FeedErrorMessage.tsx2
1 files changed, 1 insertions, 1 deletions
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',
       )