about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/composer/GifAltText.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/GifAltText.tsx b/src/view/com/composer/GifAltText.tsx
index b049bbcf7..b1f10bf2f 100644
--- a/src/view/com/composer/GifAltText.tsx
+++ b/src/view/com/composer/GifAltText.tsx
@@ -172,7 +172,7 @@ function AltTextInner({
         {/* below the text input to force tab order */}
         <View>
           <Text style={[a.text_2xl, a.font_bold, a.leading_tight, a.pb_sm]}>
-            <Trans>Add ALT text</Trans>
+            <Trans>Add alt text</Trans>
           </Text>
           <View style={[a.w_full, a.align_center, native({maxHeight: 200})]}>
             <GifEmbed link={link} params={params} hideAlt />