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/screens/Profile/Header/ProfileHeaderLabeler.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/screens/Profile/Header/ProfileHeaderLabeler.tsx')
-rw-r--r-- | src/screens/Profile/Header/ProfileHeaderLabeler.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx index 8710de0b7..37a5985cf 100644 --- a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx +++ b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx @@ -108,7 +108,7 @@ let ProfileHeaderLabeler = ({ } catch (e: any) { Toast.show( _( - msg`There was an an issue contacting the server, please check your internet connection and try again.`, + msg`There was an issue contacting the server, please check your internet connection and try again.`, ), 'xmark', ) |