Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Localize the option to make alt text mandatory (#2376)

authored by

Noritada Kobayashi and committed by
GitHub
61ef0a82 ffd08570

+1 -1
+1 -1
src/view/screens/Settings.tsx
··· 419 419 <View style={[pal.view, styles.toggleCard]}> 420 420 <ToggleButton 421 421 type="default-light" 422 - label="Require alt text before posting" 422 + label={_(msg`Require alt text before posting`)} 423 423 labelType="lg" 424 424 isSelected={requireAltTextEnabled} 425 425 onPress={() => setRequireAltTextEnabled(!requireAltTextEnabled)}