diff --git a/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php b/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php index 480808dfe..cf34c8919 100644 --- a/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php +++ b/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php @@ -149,7 +149,7 @@ class ThirdPartyType extends AbstractType 'by_reference' => false, 'button_add_label' => 'Add a contact', 'button_remove_label' => 'Remove a contact', - 'empty_collection_explain' => 'Any contact', + 'empty_collection_explain' => 'No contacts associated', ]); }