From 55d55b95bbf6e2cd5c97c00a71618b208231aad8 Mon Sep 17 00:00:00 2001 From: lakejason0 <36039861+lakejason0@users.noreply.github.com> Date: Tue, 10 May 2022 23:07:11 +0800 Subject: [PATCH] Update import.svelte --- src/routes/wish/import.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/wish/import.svelte b/src/routes/wish/import.svelte index 2aba01c3..3b47be6f 100644 --- a/src/routes/wish/import.svelte +++ b/src/routes/wish/import.svelte @@ -1257,7 +1257,7 @@ {#if !finishedProcessingLog}
{$t('wish.import.processing')} {currentBanner} {$t('wish.import.banner')}
-{$t('wish.import.page')} {currentPage}
+{$t('wish.import.page'), { values: { page: currentPage } }}