Skip to content

Commit

Permalink
Merge pull request Qloapps#315 from lakshya-webkul/gli-text-issues
Browse files Browse the repository at this point in the history
Text changes for deleting the product image
  • Loading branch information
rohit053 authored Feb 1, 2022
2 parents c7e8c1f + acf0715 commit 47265f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{
e.preventDefault();
id = $(this).parent().parent().attr('id');
if (confirm("{/literal}{l s='Are you sure?' js=1}{literal}"))
if (confirm("{/literal}{l s='Delete selected item?' js=1}{literal}"))
doAdminAjax({
"action":"deleteProductImage",
"id_image":id,
Expand Down

0 comments on commit 47265f1

Please sign in to comment.