From 1090df37033db7e11cca6d820ba93cb49a4601fc Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 9 May 2024 15:28:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=98=BE=E7=A4=BA=E4=BF=A1=E6=81=AF=20(#4938?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/system-upgrade/index.vue | 6 +++--- frontend/src/lang/modules/en.ts | 3 --- frontend/src/lang/modules/tw.ts | 3 --- frontend/src/lang/modules/zh.ts | 3 --- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index 77e1ed565..1ab3eecd2 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -48,13 +48,13 @@ - {{ upgradeInfo.newVersion }} {{ $t('setting.newVersion') }} + {{ upgradeInfo.newVersion }} - {{ upgradeInfo.latestVersion }} {{ $t('setting.latestVersion') }} + {{ upgradeInfo.latestVersion }} - {{ upgradeInfo.testVersion }} {{ $t('setting.testVersion') }} + {{ upgradeInfo.testVersion }}