feat: update wording
This commit is contained in:
@@ -573,7 +573,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
|
|||||||
|
|
||||||
// "Different drop-off" checkbox (BUS+BUS only)
|
// "Different drop-off" checkbox (BUS+BUS only)
|
||||||
$this->fieldOptionProviders['differentDropOff'] = fn (BookingDto $bookingDto, int $participantIndex, array $options = []) => [
|
$this->fieldOptionProviders['differentDropOff'] = fn (BookingDto $bookingDto, int $participantIndex, array $options = []) => [
|
||||||
'label' => 'abweichender Ausstieg',
|
'label' => 'abweichender Ausstieg (bei gleichem Ausstieg gilt der Hinreisezuschlag)',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user