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:
parent
42dd668e1e
commit
f06f487e8a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user