mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Changed the toasted message for successful creating a creation.
This commit is contained in:
parent
ebb7807d7f
commit
078c117f6e
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user