···101101 </Text>
102102 </TouchableOpacity>
103103104104- <Admonition type="tip" style={[a.mt_sm]}>
104104+ <Admonition type="info" style={[a.mt_sm]}>
105105 <Trans>
106106 Alt text describes images for blind and low-vision users, and helps
107107 give context to everyone.
+8-6
src/view/com/composer/photos/Gallery.tsx
···120120 )
121121 })}
122122 </View>
123123- <Admonition type="tip" style={[a.mt_sm]}>
124124- <Trans>
125125- Alt text describes images for blind and low-vision users, and helps
126126- give context to everyone.
127127- </Trans>
128128- </Admonition>
123123+ {images.some(image => !image.alt) && (
124124+ <Admonition type="info" style={[a.mt_sm]}>
125125+ <Trans>
126126+ Alt text describes images for blind and low-vision users, and helps
127127+ give context to everyone.
128128+ </Trans>
129129+ </Admonition>
130130+ )}
129131 </>
130132 ) : null
131133}