mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
requested changes made
This commit is contained in:
parent
dad364da17
commit
3c79476785
@ -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})`}
|
||||
</Button>
|
||||
</>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user