diff --git a/src/Form/ParticipantType.php b/src/Form/ParticipantType.php index ae6576c..d81b151 100644 --- a/src/Form/ParticipantType.php +++ b/src/Form/ParticipantType.php @@ -144,7 +144,7 @@ class ParticipantType extends AbstractType return $service->label; } - return sprintf('%s (%s €)', + return sprintf('%s (%s €)', $service->label, number_format($price, 2, ',', '.') );