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',
checked: true,
uncheckedValue: 0,
fieldLabel: gettext('enable'),
fieldLabel: gettext('enabled'),
listeners: {
'change': function(field, newValue) {
if (newValue === false) {