lowcase ALT text (#3934)
This commit is contained in:
parent
17e3b946cb
commit
03b2796976
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue