Update WishImportModal.svelte

pull/1/head
lakejason0 2022-05-10 17:41:15 +08:00 committed by GitHub
parent 3e4c834014
commit 0f31310b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@
<Icon path={mdiLoading} spin color="white" />
<div class="ml-2">
<p>{$t('wish.import.processing')} {currentBanner} {$t('wish.import.banner')}</p>
<p>{$t('wish.import.page')} {currentPage}</p>
<p>{$t('wish.import.page', values: { page: currentPage } )}</p>
</div>
</div>
<table class="min-w-full md:min-w-0 mt-2">