diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 5f226c1490081..ffec1d5357851 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -774,7 +774,7 @@ public function initContent() if ($this->display == 'edit') { $this->warnings[] = $this->trans('After modification, do not forget to regenerate thumbnails', [], 'Admin.Design.Notification'); - $this->warnings[] = $this->trans('Make sure the theme you use does not rely on this image format before deleting it.', [], 'Admin.Design.Notification'); + $this->warnings[] = $this->trans('Make sure the theme you use doesn\'t rely on this image format before deleting it.', [], 'Admin.Design.Notification'); } parent::initContent();