ha group editor: fix subject

This commit is contained in:
Dietmar Maurer 2015-04-03 16:48:08 +02:00
parent 04a7d5a32e
commit a5278c66f8

View File

@ -87,7 +87,7 @@ Ext.define('PVE.ha.GroupEdit', {
}); });
Ext.apply(me, { Ext.apply(me, {
subject: gettext('HA Groups'), subject: gettext('HA Group'),
items: [ ipanel ] items: [ ipanel ]
}); });