diff --git a/src/view/com/composer/GifAltText.tsx b/src/view/com/composer/GifAltText.tsx index 8afa7d0570..e32df485c3 100644 --- a/src/view/com/composer/GifAltText.tsx +++ b/src/view/com/composer/GifAltText.tsx @@ -101,7 +101,7 @@ export function GifAltTextDialogLoaded({ - + Alt text describes images for blind and low-vision users, and helps give context to everyone. diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index 2ad91fa594..0df31da625 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -120,12 +120,14 @@ const GalleryInner = ({images, containerInfo, dispatch}: GalleryInnerProps) => { ) })} - - - Alt text describes images for blind and low-vision users, and helps - give context to everyone. - - + {images.some(image => !image.alt) && ( + + + Alt text describes images for blind and low-vision users, and helps + give context to everyone. + + + )} ) : null }