diff --git a/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php b/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php index c4a525d5a..ffd067815 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php +++ b/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php @@ -49,7 +49,7 @@ class MatchBillingCountries extends AbstractMatchCountries public function getName() { return $this->translator->trans( - 'Billing country condition', + 'Billing country', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php b/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php index 3ca0195e4..519cc3ade 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php +++ b/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php @@ -49,7 +49,7 @@ class MatchDeliveryCountries extends AbstractMatchCountries public function getName() { return $this->translator->trans( - 'Delivery country condition', + 'Delivery country', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php b/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php index eb5f0e84e..225157b38 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php +++ b/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php @@ -119,7 +119,7 @@ class MatchForTotalAmount extends ConditionAbstract public function getName() { return $this->translator->trans( - 'By cart total amount', + 'Cart total amount', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php b/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php index 48ddfe615..2f56abdb4 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php +++ b/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php @@ -103,7 +103,7 @@ class MatchForXArticles extends ConditionAbstract public function getName() { return $this->translator->trans( - 'Cart item count condition', + 'Cart item count', [], 'condition' );