From f06f487e8a6f88931001aba43b623611db6f041a Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:02:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=20(#2324?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/container/handle/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/container/container/handle/index.vue b/frontend/src/views/container/container/handle/index.vue index 7179278df..b051f8440 100644 --- a/frontend/src/views/container/container/handle/index.vue +++ b/frontend/src/views/container/container/handle/index.vue @@ -64,7 +64,7 @@ const onConfirm = () => { open.value = false; loading.value = false; em('search'); - MsgSuccess(i18n.global.t('commons.msg.deleteSuccess')); + MsgSuccess(i18n.global.t('commons.msg.operationSuccess')); }) .finally(() => { open.value = false;