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, });