CS-15981:changing addvm's to add

This commit is contained in:
Pranav Saxena 2012-08-14 18:13:22 +05:30
parent 9c6254046a
commit 37f646f3ff

View File

@ -820,7 +820,7 @@
}).appendTo($td);
} else if (field.addButton) {
$addVM = $('<div>').addClass('button add-vm').html(
_l('label.add.vms')
_l('label.add')
).appendTo($td);
}