From b6c4c4539f8f46cb24cd5028535f3da3caa3bca8 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:46:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20docker=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20(#530)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/setting/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/container/setting/index.vue b/frontend/src/views/container/setting/index.vue index 1fe647c36..7a9485f4b 100644 --- a/frontend/src/views/container/setting/index.vue +++ b/frontend/src/views/container/setting/index.vue @@ -180,7 +180,7 @@ const onSave = async (formEl: FormInstance | undefined) => { const onSaveFile = async () => { let params = { header: i18n.global.t('database.confChange'), - operationInfo: i18n.global.t('database.restartNowHelper1'), + operationInfo: i18n.global.t('database.restartNowHelper'), submitInputInfo: i18n.global.t('database.restartNow'), }; confirmDialogRef.value!.acceptParams(params);