diff --git a/src/screens/Feeds/Creator/UserSelectButton.tsx b/src/screens/Feeds/Creator/UserSelectButton.tsx
index c5e94ff4c5..82950bd93e 100644
--- a/src/screens/Feeds/Creator/UserSelectButton.tsx
+++ b/src/screens/Feeds/Creator/UserSelectButton.tsx
@@ -1,7 +1,7 @@
import React from 'react'
-import {TextInput,View} from 'react-native'
+import {TextInput, View} from 'react-native'
import {AppBskyActorDefs, moderateProfile, ModerationOpts} from '@atproto/api'
-import {msg, Plural,Trans} from '@lingui/macro'
+import {msg, Plural, Trans} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import {sanitizeDisplayName} from '#/lib/strings/display-names'
@@ -12,7 +12,7 @@ import {useActorAutocompleteQuery} from '#/state/queries/actor-autocomplete'
import {useProfilesQuery} from '#/state/queries/profile'
import {ListMethods} from '#/view/com/util/List'
import {UserAvatar} from '#/view/com/util/UserAvatar'
-import {atoms as a, native,useTheme, web} from '#/alf'
+import {atoms as a, native, useTheme, web} from '#/alf'
import {Button, ButtonIcon} from '#/components/Button'
import * as Dialog from '#/components/Dialog'
import * as Toggle from '#/components/forms/Toggle'
@@ -186,7 +186,7 @@ export function UserSelectButton({
) : (
- Your feed will contain posts from all user.
+ Your feed will not automatically pull posts from any users.
)}
diff --git a/src/screens/Feeds/Creator/index.tsx b/src/screens/Feeds/Creator/index.tsx
index dd457a3337..6149382541 100644
--- a/src/screens/Feeds/Creator/index.tsx
+++ b/src/screens/Feeds/Creator/index.tsx
@@ -134,7 +134,7 @@ export function Creator() {
- Users
+ Automatically pull posts into your feed
- Only posts by users you add here will appear in your feed.
+ You may add people below to automatically pull their posts
+ into your feed.
-
-
-
-
- Tags
-
- Posts tagged with the following tags will automatically appear
- in your feed, provided they are from the users you've selected
- above.
+ You may add some tags to further filter the posts from the
+ authors above.