diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx index 1506e7173c..b806909c46 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx @@ -126,7 +126,7 @@ const GalleryImageGrid = () => { loadingText={t('gallery.loading')} flexShrink={0} > - {`${t('accessibility.loadMore')} (${currentData.ids.length} of ${currentViewTotal})`} + {`${t('accessibility.loadMore')} (${currentData.ids.length} / ${currentViewTotal})`} );