CS-15981:changing addvm's to add

This commit is contained in:
Pranav Saxena 2012-08-14 18:13:22 +05:30 committed by Alex Huang
parent 6350b1e46c
commit 6bf4bd18f9
1 changed files with 1 additions and 1 deletions

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);
}