From d8283a754b1ec35def0a533e0c85363346afc15e Mon Sep 17 00:00:00 2001 From: Alejandro Ramos <100702024+AlexTechDev@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:57:43 +0200 Subject: [PATCH] Update controllers/admin/AdminImagesController.php Co-authored-by: Julie Varisellaz <70583503+Julievrz@users.noreply.github.com> --- controllers/admin/AdminImagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 64497dc2ad342..c66819dfda364 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('If you delete image format, make sure the theme you use does not rely on 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();