diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-10-17 10:37:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 12:37:32 +0300 |
commit | 34f1e4d71c62b26458a530a6b56cf8aee719561e (patch) | |
tree | 5d7304a41b1191ddeec57370b5e4c865df5ecb5c /src/view/com/posts/FeedErrorMessage.tsx | |
parent | 7e4ecc6860fca2d3477e4dc5db907309236949ac (diff) | |
download | voidsky-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.tsx | 2 |
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', ) |