Localize the option to make alt text mandatory (#2376)
This commit is contained in:
committed by
GitHub
parent
ffd08570a5
commit
61ef0a8242
@@ -419,7 +419,7 @@ export function SettingsScreen({}: Props) {
|
||||
<View style={[pal.view, styles.toggleCard]}>
|
||||
<ToggleButton
|
||||
type="default-light"
|
||||
label="Require alt text before posting"
|
||||
label={_(msg`Require alt text before posting`)}
|
||||
labelType="lg"
|
||||
isSelected={requireAltTextEnabled}
|
||||
onPress={() => setRequireAltTextEnabled(!requireAltTextEnabled)}
|
||||
|
||||
Reference in New Issue
Block a user