requested changes made

This commit is contained in:
Rohinish 2024-01-22 15:31:53 +05:30 committed by psychedelicious
parent dad364da17
commit 3c79476785

View File

@ -126,7 +126,7 @@ const GalleryImageGrid = () => {
loadingText={t('gallery.loading')} loadingText={t('gallery.loading')}
flexShrink={0} flexShrink={0}
> >
{`${t('accessibility.loadMore')} (${currentData.ids.length} of ${currentViewTotal})`} {`${t('accessibility.loadMore')} (${currentData.ids.length} / ${currentViewTotal})`}
</Button> </Button>
</> </>
); );