Tweak wording

This commit is contained in:
Dan Abramov
2024-10-23 18:08:53 +01:00
parent dd302e6717
commit 1e0221f9c1
2 changed files with 9 additions and 15 deletions
@@ -1,7 +1,7 @@
import React from 'react' import React from 'react'
import {TextInput,View} from 'react-native' import {TextInput, View} from 'react-native'
import {AppBskyActorDefs, moderateProfile, ModerationOpts} from '@atproto/api' 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 {useLingui} from '@lingui/react'
import {sanitizeDisplayName} from '#/lib/strings/display-names' 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 {useProfilesQuery} from '#/state/queries/profile'
import {ListMethods} from '#/view/com/util/List' import {ListMethods} from '#/view/com/util/List'
import {UserAvatar} from '#/view/com/util/UserAvatar' 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 {Button, ButtonIcon} from '#/components/Button'
import * as Dialog from '#/components/Dialog' import * as Dialog from '#/components/Dialog'
import * as Toggle from '#/components/forms/Toggle' import * as Toggle from '#/components/forms/Toggle'
@@ -186,7 +186,7 @@ export function UserSelectButton({
</Text> </Text>
) : ( ) : (
<Text style={[a.text_sm, a.leading_snug]}> <Text style={[a.text_sm, a.leading_snug]}>
Your feed will contain posts from all user. Your feed will not automatically pull posts from any users.
</Text> </Text>
)} )}
</View> </View>
+5 -11
View File
@@ -134,7 +134,7 @@ export function Creator() {
<View style={[a.gap_md]}> <View style={[a.gap_md]}>
<Text style={[a.text_xl, a.font_heavy, a.leading_tight]}> <Text style={[a.text_xl, a.font_heavy, a.leading_tight]}>
<Trans>Users</Trans> <Trans>Automatically pull posts into your feed</Trans>
</Text> </Text>
<Text <Text
@@ -144,17 +144,12 @@ export function Creator() {
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
]}> ]}>
<Trans> <Trans>
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.
</Trans> </Trans>
</Text> </Text>
<UserSelectButton dids={actors} onChangeDids={setActors} /> <UserSelectButton dids={actors} onChangeDids={setActors} />
</View>
<View style={[a.gap_md]}>
<Text style={[a.text_xl, a.font_heavy, a.leading_tight]}>
<Trans>Tags</Trans>
</Text>
<Text <Text
style={[ style={[
@@ -163,9 +158,8 @@ export function Creator() {
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
]}> ]}>
<Trans> <Trans>
Posts tagged with the following tags will automatically appear You may add some tags to further filter the posts from the
in your feed, provided they are from the users you've selected authors above.
above.
</Trans> </Trans>
</Text> </Text>