Skip to content

Commit

Permalink
Merge pull request PrestaShop#29490 from AlexTechDev/NoticeinBOImageC…
Browse files Browse the repository at this point in the history
…ontroller9605

Notice in Back Office where you edit image settings
  • Loading branch information
atomiix authored Oct 7, 2022
2 parents 50b90b9 + 108d425 commit 7f739ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/admin/AdminImagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +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 doesn\'t rely on this image format before deleting it.', [], 'Admin.Design.Notification');
}

parent::initContent();
Expand Down

0 comments on commit 7f739ee

Please sign in to comment.