diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-01-26 20:10:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 12:10:21 -0800 |
commit | 93133b4864afedef16c58d56cdcceb673fd3e9a9 (patch) | |
tree | 83adc78895ced140d2656d41468f2f16299c36b2 /src | |
parent | b629fbdbb98a3eec9557d23c5257ee88e923134a (diff) | |
download | voidsky-93133b4864afedef16c58d56cdcceb673fd3e9a9.tar.zst |
Fix typos in StepFollowingFeed.tsx (#2643)
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Onboarding/StepFollowingFeed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/StepFollowingFeed.tsx b/src/screens/Onboarding/StepFollowingFeed.tsx index 4b3c62889..114e274b6 100644 --- a/src/screens/Onboarding/StepFollowingFeed.tsx +++ b/src/screens/Onboarding/StepFollowingFeed.tsx @@ -61,7 +61,7 @@ export function StepFollowingFeed() { <Trans>Your default feed is "Following"</Trans> </Title> <Description style={[a.mb_md]}> - <Trans>It show posts from the people your follow as they happen.</Trans> + <Trans>It shows posts from the people you follow as they happen.</Trans> </Description> <View style={[a.w_full]}> |