about summary refs log tree commit diff
path: root/src/view/com/composer/GifAltText.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-05-09 20:58:22 +0100
committerGitHub <noreply@github.com>2024-05-09 20:58:22 +0100
commit03b2796976b1f7232e5466dfbea83de4171d16c3 (patch)
tree65f28c7284016665c2c8f83551ecd6ac049a4033 /src/view/com/composer/GifAltText.tsx
parent17e3b946cb5fb59f5d8cd115906daa38ca8a8124 (diff)
downloadvoidsky-03b2796976b1f7232e5466dfbea83de4171d16c3.tar.zst
lowcase ALT text (#3934)
Diffstat (limited to 'src/view/com/composer/GifAltText.tsx')
-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 />