From d2f9afebcb568f5a4d9ccb980459ae5ba6e04a8d Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 5 Nov 2021 17:25:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/terminalLogTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue index fafc81c55..d14f29d64 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue @@ -106,7 +106,7 @@ export default { disabled: false }, { id: 17, - name: this.$t('config.terminallog.stat us'), + name: this.$t('config.terminallog.status'), type: 'terminalStatus', label: 'state', readonly: true,