mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-07 02:07:40 +08:00
fix: 修改容器操作提示信息 (#2324)
This commit is contained in:
parent
42dd668e1e
commit
f06f487e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue