diff --git a/admin-dev/themes/default/template/products/pack.tpl b/admin-dev/themes/default/template/products/pack.tpl index 61b9433bd..5fd256d60 100644 --- a/admin-dev/themes/default/template/products/pack.tpl +++ b/admin-dev/themes/default/template/products/pack.tpl @@ -168,7 +168,7 @@ if ($("#inputPackItems").val() == "") { disableSave(); - $(".leadin").append('
{l s='Pack is empty. Please at at least one product in the pack tab.'}
'); + $(".leadin").append('
{l s='Pack is empty. You need to add at least one product to the pack before you can save it.'}
'); } else enableSave();