diff --git a/local/modules/LocalPickup/I18n/en_US.php b/local/modules/LocalPickup/I18n/en_US.php index f0b1eb69..2e03c02c 100644 --- a/local/modules/LocalPickup/I18n/en_US.php +++ b/local/modules/LocalPickup/I18n/en_US.php @@ -3,4 +3,5 @@ return array( 'Price' => 'Price', 'price must be a number !' => 'price must be a number !', + 'Engagement' => 'Your order must be withdrawn at our office in France.', ); diff --git a/local/modules/LocalPickup/templates/frontOffice/default/localpickup/order-delivery-extra.html b/local/modules/LocalPickup/templates/frontOffice/default/localpickup/order-delivery-extra.html index 841d557d..856be35f 100644 --- a/local/modules/LocalPickup/templates/frontOffice/default/localpickup/order-delivery-extra.html +++ b/local/modules/LocalPickup/templates/frontOffice/default/localpickup/order-delivery-extra.html @@ -1,3 +1,3 @@ - {intl l="Engagement" d="localpickup"} + {intl l="Engagement" d="localpickup"} \ No newline at end of file