From 802deba23982b61e3de0172bdf4364c971a0fa36 Mon Sep 17 00:00:00 2001 From: lakejason0 <36039861+lakejason0@users.noreply.github.com> Date: Tue, 10 May 2022 23:09:34 +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 3b47be6f..9c6ca066 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'), { values: { page: currentPage } }}

+

{$t('wish.import.page', { values: { page: currentPage } })}

{/if} {#if !noNewData}