Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak accessibility label (#8242)

authored by

surfdude29 and committed by
GitHub
8ce9bdb2 e1a0beff

+1 -1
+1 -1
src/screens/Settings/ContentAndMediaSettings.tsx
··· 150 150 </Toggle.Item> 151 151 <Toggle.Item 152 152 name="show_trending_videos" 153 - label={_(msg`Enable trending videos in your Discover feed.`)} 153 + label={_(msg`Enable trending videos in your Discover feed`)} 154 154 value={!trendingVideoDisabled} 155 155 onChange={value => { 156 156 const hide = Boolean(!value)