diff --git a/src/sunstone/public/js/plugins/images-tab.js b/src/sunstone/public/js/plugins/images-tab.js index 82ac718ad6..8cc6697fa4 100644 --- a/src/sunstone/public/js/plugins/images-tab.js +++ b/src/sunstone/public/js/plugins/images-tab.js @@ -735,7 +735,7 @@ function setupCreateImageDialog(){ var exit = false; $('.img_man',this).each(function(){ if (!$('input',this).val().length){ - notifyError("There are mandatory missing parameters"); + notifyError("There are mandatory parameters missing"); exit = true; return false; }