diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index ea296991..32ca7b44 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -162,7 +162,7 @@ @@ -428,7 +428,7 @@ this.invalidParticipantData[participantId] = { invalid: 'Nationalität', }; - messages.push('Teilnehmer #'+participantId+': Nationalität') + messages.push('Teilnehmer #'+participantId+': Nationalität fehlt') } if (!this.hasSelectedRentals(participant)) { continue; @@ -437,13 +437,13 @@ this.invalidParticipantData[participantId] = { invalid: 'Körpergröße', }; - messages.push('Teilnehmer #'+participantId+': Körpergröße') + messages.push('Teilnehmer #'+participantId+': Körpergröße fehlt') } if (!participant.data.shoeSize) { this.invalidParticipantData[participantId] = { invalid: 'Schuhgröße', }; - messages.push('Teilnehmer #'+participantId+': Schuhgröße') + messages.push('Teilnehmer #'+participantId+': Schuhgröße fehlt') } } return messages diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantSizesForm.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantSizesForm.vue index d5e02593..6db4d8de 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantSizesForm.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantSizesForm.vue @@ -7,17 +7,17 @@