diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-09 20:58:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 20:58:22 +0100 |
commit | 03b2796976b1f7232e5466dfbea83de4171d16c3 (patch) | |
tree | 65f28c7284016665c2c8f83551ecd6ac049a4033 /src/view/com/composer/GifAltText.tsx | |
parent | 17e3b946cb5fb59f5d8cd115906daa38ca8a8124 (diff) | |
download | voidsky-03b2796976b1f7232e5466dfbea83de4171d16c3.tar.zst |
lowcase ALT text (#3934)
Diffstat (limited to 'src/view/com/composer/GifAltText.tsx')
-rw-r--r-- | src/view/com/composer/GifAltText.tsx | 2 |
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 /> |