Bluesky app fork with some witchin' additions 💫

[ELI5] Change feed page copy (#6932)

authored by samuel.fm and committed by

GitHub 5297973f d05217e5

+4 -3
+3 -2
src/view/screens/Feeds.tsx
··· 438 438 <FeedsAboutHeader /> 439 439 <View style={{paddingHorizontal: 12, paddingBottom: 4}}> 440 440 <SearchInput 441 + placeholder={_(msg`Search feeds`)} 441 442 value={query} 442 443 onChangeText={onChangeQuery} 443 444 onClearText={onPressCancelSearch} ··· 724 725 </Text> 725 726 <Text style={[t.atoms.text_contrast_high]}> 726 727 <Trans> 727 - Custom feeds built by the community bring you new experiences and 728 - help you find the content you love. 728 + Choose your own timeline! Feeds built by the community help you find 729 + content you love. 729 730 </Trans> 730 731 </Text> 731 732 </View>
+1 -1
src/view/screens/Search/Explore.tsx
··· 388 388 key: 'suggested-feeds-header', 389 389 title: _(msg`Discover new feeds`), 390 390 description: _( 391 - msg`Custom feeds built by the community bring you new experiences and help you find the content you love.`, 391 + msg`Choose your own timeline! Feeds built by the community help you find content you love.`, 392 392 ), 393 393 style: [a.pt_5xl], 394 394 icon: ListSparkle,