Localize the option to make alt text mandatory (#2376)
This commit is contained in:
parent
ffd08570a5
commit
61ef0a8242
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue