Update import.svelte
parent
55d55b95bb
commit
802deba239
|
@ -1257,7 +1257,7 @@
|
|||
{#if !finishedProcessingLog}
|
||||
<div class="text-white mb-2">
|
||||
<p>{$t('wish.import.processing')} {currentBanner} {$t('wish.import.banner')}</p>
|
||||
<p>{$t('wish.import.page'), { values: { page: currentPage } }}</p>
|
||||
<p>{$t('wish.import.page', { values: { page: currentPage } })}</p>
|
||||
</div>
|
||||
{/if}
|
||||
{#if !noNewData}
|
||||
|
|
Loading…
Reference in New Issue