[ELI5] Change feed page copy (#6932)
This commit is contained in:
@@ -438,6 +438,7 @@ export function FeedsScreen(_props: Props) {
|
|||||||
<FeedsAboutHeader />
|
<FeedsAboutHeader />
|
||||||
<View style={{paddingHorizontal: 12, paddingBottom: 4}}>
|
<View style={{paddingHorizontal: 12, paddingBottom: 4}}>
|
||||||
<SearchInput
|
<SearchInput
|
||||||
|
placeholder={_(msg`Search feeds`)}
|
||||||
value={query}
|
value={query}
|
||||||
onChangeText={onChangeQuery}
|
onChangeText={onChangeQuery}
|
||||||
onClearText={onPressCancelSearch}
|
onClearText={onPressCancelSearch}
|
||||||
@@ -724,8 +725,8 @@ function FeedsAboutHeader() {
|
|||||||
</Text>
|
</Text>
|
||||||
<Text style={[t.atoms.text_contrast_high]}>
|
<Text style={[t.atoms.text_contrast_high]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Custom feeds built by the community bring you new experiences and
|
Choose your own timeline! Feeds built by the community help you find
|
||||||
help you find the content you love.
|
content you love.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -388,7 +388,7 @@ export function Explore() {
|
|||||||
key: 'suggested-feeds-header',
|
key: 'suggested-feeds-header',
|
||||||
title: _(msg`Discover new feeds`),
|
title: _(msg`Discover new feeds`),
|
||||||
description: _(
|
description: _(
|
||||||
msg`Custom feeds built by the community bring you new experiences and help you find the content you love.`,
|
msg`Choose your own timeline! Feeds built by the community help you find content you love.`,
|
||||||
),
|
),
|
||||||
style: [a.pt_5xl],
|
style: [a.pt_5xl],
|
||||||
icon: ListSparkle,
|
icon: ListSparkle,
|
||||||
|
|||||||
Reference in New Issue
Block a user