···438438 <FeedsAboutHeader />
439439 <View style={{paddingHorizontal: 12, paddingBottom: 4}}>
440440 <SearchInput
441441+ placeholder={_(msg`Search feeds`)}
441442 value={query}
442443 onChangeText={onChangeQuery}
443444 onClearText={onPressCancelSearch}
···724725 </Text>
725726 <Text style={[t.atoms.text_contrast_high]}>
726727 <Trans>
727727- Custom feeds built by the community bring you new experiences and
728728- help you find the content you love.
728728+ Choose your own timeline! Feeds built by the community help you find
729729+ content you love.
729730 </Trans>
730731 </Text>
731732 </View>
+1-1
src/view/screens/Search/Explore.tsx
···388388 key: 'suggested-feeds-header',
389389 title: _(msg`Discover new feeds`),
390390 description: _(
391391- msg`Custom feeds built by the community bring you new experiences and help you find the content you love.`,
391391+ msg`Choose your own timeline! Feeds built by the community help you find content you love.`,
392392 ),
393393 style: [a.pt_5xl],
394394 icon: ListSparkle,