diff --git a/src/Form/Service/ParticipantFieldOptionsProvider.php b/src/Form/Service/ParticipantFieldOptionsProvider.php index b66107d..ceacbd7 100644 --- a/src/Form/Service/ParticipantFieldOptionsProvider.php +++ b/src/Form/Service/ParticipantFieldOptionsProvider.php @@ -150,7 +150,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider if (true === $service->mandatory) { $attributes['readonly'] = true; $attributes['class'] = 'text-pink'; - $attributes['title'] = 'Diese Leistung ist nicht abwählbar'; + $attributes['data-tooltip'] = 'Diese Leistung ist nicht abwählbar'; } // Add service description as data attribute for frontend use