mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +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" />
|
<Icon path={mdiLoading} spin color="white" />
|
||||||
<div class="ml-2">
|
<div class="ml-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>
|
||||||
</div>
|
</div>
|
||||||
<table class="min-w-full md:min-w-0 mt-2">
|
<table class="min-w-full md:min-w-0 mt-2">
|
||||||
|
|
Loading…
Reference in a new issue