Use enable as adjective to match the Resource List panel

Since we describe a resource state, an adjective is also here a better match.
This commit is contained in:
Emmanuel Kasper 2016-10-19 14:17:44 +02:00 committed by Dietmar Maurer
parent 390b85553a
commit cc73255676

View File

@ -63,7 +63,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
name: 'enable', name: 'enable',
checked: true, checked: true,
uncheckedValue: 0, uncheckedValue: 0,
fieldLabel: gettext('enable'), fieldLabel: gettext('enabled'),
listeners: { listeners: {
'change': function(field, newValue) { 'change': function(field, newValue) {
if (newValue === false) { if (newValue === false) {