lowcase ALT text (#3934)
parent
17e3b946cb
commit
03b2796976
|
@ -172,7 +172,7 @@ function AltTextInner({
|
||||||
{/* below the text input to force tab order */}
|
{/* below the text input to force tab order */}
|
||||||
<View>
|
<View>
|
||||||
<Text style={[a.text_2xl, a.font_bold, a.leading_tight, a.pb_sm]}>
|
<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>
|
</Text>
|
||||||
<View style={[a.w_full, a.align_center, native({maxHeight: 200})]}>
|
<View style={[a.w_full, a.align_center, native({maxHeight: 200})]}>
|
||||||
<GifEmbed link={link} params={params} hideAlt />
|
<GifEmbed link={link} params={params} hideAlt />
|
||||||
|
|
Loading…
Reference in New Issue