diff --git a/controllers/admin/AdminWarehousesController.php b/controllers/admin/AdminWarehousesController.php index f14ce6bcc..6a657acdf 100644 --- a/controllers/admin/AdminWarehousesController.php +++ b/controllers/admin/AdminWarehousesController.php @@ -254,7 +254,7 @@ class AdminWarehousesControllerCore extends AdminController 'id' => 'id_reference', 'name' => 'name' ), - 'desc' => $this->l('Associated carriers. Use CTRL+CLICK to select several.'), + 'desc' => $this->l('Associated carriers. Use CTRL+CLICK to select several.').'
'.$this->l('You must select at least one carrier, if you do not select a carrier none will be able to ship from this warehouse.'), 'hint' => $this->l('You can specify the number of carriers available to ship orders from particular warehouses.'), ), ),