diff options
-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]}> |