lowcase ALT text (#3934)

zio/stable
Samuel Newman 2024-05-09 20:58:22 +01:00 committed by GitHub
parent 17e3b946cb
commit 03b2796976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 />