Update admin/src/components/CreationFormular.vue

This commit is contained in:
Moriz Wahl 2021-12-06 13:01:36 +01:00 committed by GitHub
parent eb5b892938
commit b47bf3d41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ export default {
.then((result) => {
this.$emit('update-user-data', this.item, result.data.createPendingCreation)
this.$toasted.success(
`Offene schöpfung (${this.value} GDD) für ${this.item.email} wurde gespeichert, liegen zur bestätigung bereit`,
`Offene Schöpfung (${this.value} GDD) für ${this.item.email} wurde gespeichert und liegen zur Bestätigung bereit`,
)
this.$store.commit('openCreationsPlus', 1)
this.submitObj = null