Skip to content

Commit 3c79476

Browse files
rohinish404psychedelicious
authored andcommitted
requested changes made
1 parent dad364d commit 3c79476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const GalleryImageGrid = () => {
126126
loadingText={t('gallery.loading')}
127127
flexShrink={0}
128128
>
129-
{`${t('accessibility.loadMore')} (${currentData.ids.length} of ${currentViewTotal})`}
129+
{`${t('accessibility.loadMore')} (${currentData.ids.length} / ${currentViewTotal})`}
130130
</Button>
131131
</>
132132
);

0 commit comments

Comments
 (0)