mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fixed typo
This commit is contained in:
parent
1d35061371
commit
702b23085c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user