From 078c117f6ee00f36be24b4d7986fc44764e51bd4 Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 21 Jan 2022 07:35:33 +0100 Subject: [PATCH] Changed the toasted message for successful creating a creation. --- admin/src/pages/CreationConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 578c9b23f..5a46c4d45 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -75,7 +75,7 @@ export default { case 'confirmed': this.confirmResult.splice(index, 1) this.$store.commit('openCreationsMinus', 1) - this.$toasted.success('Pending Creation has been deleted') + this.$toasted.success('Creation has been created') break default: this.$toasted.error('Case ' + event + ' is not supported')