From 736d43e75609b42581d98a15b7eee89ecaf6d264 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 21 Mar 2022 16:23:06 +0100 Subject: [PATCH] translation fixed --- src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]); }