mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-03 17:52:11 +01:00
Update import.svelte
This commit is contained in:
parent
01079cfacb
commit
55d55b95bb
1 changed files with 1 additions and 1 deletions
|
@ -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')} {currentPage}</p>
|
||||
<p>{$t('wish.import.page'), { values: { page: currentPage } }}</p>
|
||||
</div>
|
||||
{/if}
|
||||
{#if !noNewData}
|
||||
|
|
Loading…
Reference in a new issue