diff --git a/www/manager/ha/GroupEdit.js b/www/manager/ha/GroupEdit.js index 4cdc51be..a618f0c7 100644 --- a/www/manager/ha/GroupEdit.js +++ b/www/manager/ha/GroupEdit.js @@ -87,7 +87,7 @@ Ext.define('PVE.ha.GroupEdit', { }); Ext.apply(me, { - subject: gettext('HA Groups'), + subject: gettext('HA Group'), items: [ ipanel ] });