From 134f4033444a62329806b10c82f86415c82a36cb Mon Sep 17 00:00:00 2001 From: paradiseidler <125356788+paradiseidler@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:18:43 +0800 Subject: [PATCH] fix: #1522 Error occurred while deleting the project. (#1580) --- threadpool/console/src/views/hippo4j/item/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadpool/console/src/views/hippo4j/item/index.vue b/threadpool/console/src/views/hippo4j/item/index.vue index 7e197346..335afcf7 100755 --- a/threadpool/console/src/views/hippo4j/item/index.vue +++ b/threadpool/console/src/views/hippo4j/item/index.vue @@ -342,7 +342,7 @@ export default { this.fetchData(); this.$notify({ title: this.$t('message.success'), - message: this.$t('message.createdSuccess'), + message: this.$t('message.deleteSuccess'), type: 'success', duration: 2000, });