Skip to content

Commit

Permalink
[ELI5] Change feed page copy (bluesky-social#6932)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored and Signez committed Dec 26, 2024
1 parent c0c0844 commit 63409bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/view/screens/Feeds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ export function FeedsScreen(_props: Props) {
<FeedsAboutHeader />
<View style={{paddingHorizontal: 12, paddingBottom: 4}}>
<SearchInput
placeholder={_(msg`Search feeds`)}
value={query}
onChangeText={onChangeQuery}
onClearText={onPressCancelSearch}
Expand Down Expand Up @@ -724,8 +725,8 @@ function FeedsAboutHeader() {
</Text>
<Text style={[t.atoms.text_contrast_high]}>
<Trans>
Custom feeds built by the community bring you new experiences and
help you find the content you love.
Choose your own timeline! Feeds built by the community help you find
content you love.
</Trans>
</Text>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/view/screens/Search/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export function Explore() {
key: 'suggested-feeds-header',
title: _(msg`Discover new feeds`),
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],
icon: ListSparkle,
Expand Down

0 comments on commit 63409bc

Please sign in to comment.