Changed the toasted message for successful creating a creation.

This commit is contained in:
elweyn 2022-01-21 07:35:33 +01:00
parent ebb7807d7f
commit 078c117f6e

View File

@ -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')