mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 23:10:58 +01:00
Update WishImportModal.svelte
This commit is contained in:
parent
3e4c834014
commit
0f31310b6a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue