From 0bb8bb9c0117b64098f3fc154bc65559be5f238a Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 22 Feb 2023 18:17:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ops/Template/Playbook/PlaybookDetail/Workspace.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ops/Template/Playbook/PlaybookDetail/Workspace.vue b/src/views/ops/Template/Playbook/PlaybookDetail/Workspace.vue index cf6f9a02f..27dd57294 100644 --- a/src/views/ops/Template/Playbook/PlaybookDetail/Workspace.vue +++ b/src/views/ops/Template/Playbook/PlaybookDetail/Workspace.vue @@ -207,7 +207,7 @@ export default { if (!node) { return } - this.$confirm(this.$tc('ops.DeleteConfirmMessage'), this.$tc('ops.DeleteFile'), { + this.$confirm(this.$tc('ops.DeleteConfirmMessage'), this.$tc('ops.Delete'), { confirmButtonText: this.$tc('ops.Confirm'), cancelButtonText: this.$tc('ops.Cancel'), type: 'warning'