Skip to content

Commit

Permalink
Update controllers/admin/AdminImagesController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Julie Varisellaz <[email protected]>
  • Loading branch information
AlexTechDev and Julievrz authored Sep 14, 2022
1 parent 54dcb5c commit d8283a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminImagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d8283a7

Please sign in to comment.