From b47bf3d41d317bd3e41bda48bb574ed2b41104cc Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 6 Dec 2021 13:01:36 +0100 Subject: [PATCH] Update admin/src/components/CreationFormular.vue --- admin/src/components/CreationFormular.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index 2e811da81..7fb3af514 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -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