We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9feab commit 1206fd6Copy full SHA for 1206fd6
1 file changed
ui/scripts/ui/widgets/multiEdit.js
@@ -655,7 +655,7 @@
655
656
var itemState=multiRule._itemState ? item[multiRule._itemState] :item.state;
657
var $itemState = $('<span>').html(_s(itemState));
658
- $tr.append($('<td>').addClass('state').appendTo($tr).append("VM State - ").append($itemState));
+ $tr.append($('<td>').addClass('state').appendTo($tr).append("Application State - ").append($itemState));
659
660
661
if (itemActions) {
0 commit comments