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

zio/stable
Noritada Kobayashi 2024-01-03 20:56:30 +09:00 committed by GitHub
parent ffd08570a5
commit 61ef0a8242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)}