lowcase ALT text (#3934)

This commit is contained in:
Samuel Newman
2024-05-09 20:58:22 +01:00
committed by GitHub
parent 17e3b946cb
commit 03b2796976
+1 -1
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 />