mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-07 02:59:39 +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}
|
{#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}
|
||||||
|
|
Loading…
Reference in a new issue