feat: update field label
This commit is contained in:
@@ -320,7 +320,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
|
||||
|
||||
// Room remarks field provider - provides textarea for room-specific remarks (only for 'mbz' rooms)
|
||||
$this->fieldOptionProviders['remarksRoom'] = fn (BookingDto $bookingDto, int $participantIndex, array $options = []) => [
|
||||
'label' => 'Wünsche oder Anmerkungen zum Zimmer',
|
||||
'label' => 'Unverbindliche Wünsche zum Zimmer',
|
||||
'required' => false,
|
||||
'sanitize_html' => true,
|
||||
'attr' => [
|
||||
|
||||
Reference in New Issue
Block a user