diff --git a/override/controllers/front/OrderController.php b/override/controllers/front/OrderController.php index fbbfd21..0e3a91d 100755 --- a/override/controllers/front/OrderController.php +++ b/override/controllers/front/OrderController.php @@ -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); }