Skip to content

Commit

Permalink
Update controllers/admin/AdminImagesController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski authored Sep 27, 2022
1 parent d4f6731 commit 108d425
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('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();
Expand Down

0 comments on commit 108d425

Please sign in to comment.