···78787979type Props = NativeStackScreenProps<
8080 CommonNavigatorParams,
8181- 'PreferencesHomeFeed'
8181+ 'PreferencesFollowingFeed'
8282>
8383-export function PreferencesHomeFeed({navigation}: Props) {
8383+export function PreferencesFollowingFeed({navigation}: Props) {
8484 const pal = usePalette('default')
8585 const {_} = useLingui()
8686 const {isTabletOrDesktop} = useWebMediaQueries()
···101101 styles.container,
102102 isTabletOrDesktop && styles.desktopContainer,
103103 ]}>
104104- <ViewHeader title={_(msg`Home Feed Preferences`)} showOnDesktop />
104104+ <ViewHeader title={_(msg`Following Feed Preferences`)} showOnDesktop />
105105 <View
106106 style={[
107107 styles.titleSection,
108108 isTabletOrDesktop && {paddingTop: 20, paddingBottom: 20},
109109 ]}>
110110 <Text type="xl" style={[pal.textLight, styles.description]}>
111111- <Trans>Fine-tune the content you see on your home screen.</Trans>
111111+ <Trans>Fine-tune the content you see on your Following feed.</Trans>
112112 </Text>
113113 </View>
114114···260260 <Text style={[pal.text, s.pb10]}>
261261 <Trans>
262262 Set this setting to "Yes" to show samples of your saved feeds in
263263- your following feed. This is an experimental feature.
263263+ your Following feed. This is an experimental feature.
264264 </Trans>
265265 </Text>
266266 <ToggleButton