12615 - update english text in step 1
This commit is contained in:
parent
71f2537e37
commit
b35bede08c
@ -34,7 +34,7 @@ class OrderController extends OrderControllerCore
|
||||
$txt = sprintf('"%s" est un soin qui ne peut malheureusement pas être transporté par voie aérienne. Afin de poursuivre votre commande, nous vous conseillons de le retirer de votre panier.', trim($restricted_product['name']));
|
||||
}
|
||||
else {
|
||||
$txt = sprintf('"%s" cannot be carried by plane. We recommand to remove the product from your cart so that you can resume your order.', trim($restricted_product['name']));
|
||||
$txt = sprintf('"%s" cannot be carried by plane. Please remove the product from your cart so that you can resume your order.', trim($restricted_product['name']));
|
||||
}
|
||||
$this->context->smarty->assign('restricted_product_txt', $txt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user