Tweak wording
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user