Update import.svelte

pull/1/head
lakejason0 2022-05-10 23:07:11 +08:00 committed by GitHub
parent 01079cfacb
commit 55d55b95bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@
{#if !finishedProcessingLog} {#if !finishedProcessingLog}
<div class="text-white mb-2"> <div class="text-white mb-2">
<p>{$t('wish.import.processing')} {currentBanner} {$t('wish.import.banner')}</p> <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>
{/if} {/if}
{#if !noNewData} {#if !noNewData}