From e8292f3c52ea0f69393ac24c0e90ca060f1705e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 26 Sep 2025 21:38:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/file/ListTable.vue | 2 +- web/src/views/file/ToolBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/file/ListTable.vue b/web/src/views/file/ListTable.vue index 1d347103..533d39da 100644 --- a/web/src/views/file/ListTable.vue +++ b/web/src/views/file/ListTable.vue @@ -501,7 +501,7 @@ const handlePaste = () => { window.$dialog.warning({ title: $gettext('Warning'), content: $gettext( - 'There are items with the same name. %{ items } Do you want to overwrite?', + 'There are items with the same name %{ items } Do you want to overwrite?', { items: `${paths .filter((item) => item.force) diff --git a/web/src/views/file/ToolBar.vue b/web/src/views/file/ToolBar.vue index ee2e2d85..687c4f06 100644 --- a/web/src/views/file/ToolBar.vue +++ b/web/src/views/file/ToolBar.vue @@ -127,7 +127,7 @@ const handlePaste = () => { window.$dialog.warning({ title: $gettext('Warning'), content: $gettext( - 'There are items with the same name. %{ items } Do you want to overwrite?', + 'There are items with the same name %{ items } Do you want to overwrite?', { items: `${paths .filter((item) => item.force)