1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

fix: 修改容器操作提示信息 (#2324)

This commit is contained in:
ssongliu 2023-09-16 18:02:16 +08:00 committed by GitHub
parent 42dd668e1e
commit f06f487e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;