Fixed condition names
This commit is contained in:
@@ -49,7 +49,7 @@ class MatchBillingCountries extends AbstractMatchCountries
|
||||
public function getName()
|
||||
{
|
||||
return $this->translator->trans(
|
||||
'Billing country condition',
|
||||
'Billing country',
|
||||
[],
|
||||
'condition'
|
||||
);
|
||||
|
||||
@@ -49,7 +49,7 @@ class MatchDeliveryCountries extends AbstractMatchCountries
|
||||
public function getName()
|
||||
{
|
||||
return $this->translator->trans(
|
||||
'Delivery country condition',
|
||||
'Delivery country',
|
||||
[],
|
||||
'condition'
|
||||
);
|
||||
|
||||
@@ -119,7 +119,7 @@ class MatchForTotalAmount extends ConditionAbstract
|
||||
public function getName()
|
||||
{
|
||||
return $this->translator->trans(
|
||||
'By cart total amount',
|
||||
'Cart total amount',
|
||||
[],
|
||||
'condition'
|
||||
);
|
||||
|
||||
@@ -103,7 +103,7 @@ class MatchForXArticles extends ConditionAbstract
|
||||
public function getName()
|
||||
{
|
||||
return $this->translator->trans(
|
||||
'Cart item count condition',
|
||||
'Cart item count',
|
||||
[],
|
||||
'condition'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user