From da528bbc630f6c87265ec516395f68eec084ea83 Mon Sep 17 00:00:00 2001
From: Mark Chen <9006264+Mark9804@users.noreply.github.com>
Date: Fri, 12 Apr 2024 17:28:16 +0900
Subject: [PATCH] =?UTF-8?q?chore(toolbox):=20=E7=BF=BB=E8=AF=91=E7=BB=93?=
=?UTF-8?q?=E6=9D=9F=E5=90=8E=E6=B8=85=E9=99=A4=E7=BC=93=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ScenarioEditor/components/EditorFooter.vue | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/apps/ba-online-toolbox/src/tools/ScenarioEditor/components/EditorFooter.vue b/apps/ba-online-toolbox/src/tools/ScenarioEditor/components/EditorFooter.vue
index f4b10322..02a7be97 100644
--- a/apps/ba-online-toolbox/src/tools/ScenarioEditor/components/EditorFooter.vue
+++ b/apps/ba-online-toolbox/src/tools/ScenarioEditor/components/EditorFooter.vue
@@ -25,7 +25,7 @@
文件名: {{ getFileName() }}
{{
- isPreviewMode ? '取消预览' : '预览全文翻译'
+ isPreviewMode ? "取消预览" : "预览全文翻译"
}}