about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index 47aa65585..478fcaa09 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -344,7 +344,7 @@ export const SettingsScreen = withAuthRequired(
           <View style={[pal.view, styles.toggleCard]}>
             <ToggleButton
               type="default-light"
-              label="Require alt text on images"
+              label="Require alt text before posting"
               labelType="lg"
               isSelected={store.preferences.requireAltTextEnabled}
               onPress={store.preferences.toggleRequireAltTextEnabled}