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'