gui: ceph: reword Cleanup

since we do not only cleanup paritions anymore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-06-04 14:47:56 +02:00 committed by Thomas Lamprecht
parent 4d3e918aa5
commit c56634f133

View File

@ -113,7 +113,7 @@ Ext.define('PVE.CephRemoveOsd', {
name: 'cleanup', name: 'cleanup',
checked: true, checked: true,
labelWidth: 130, labelWidth: 130,
fieldLabel: gettext('Remove Partitions') fieldLabel: gettext('Cleanup Disks')
} }
], ],
initComponent : function() { initComponent : function() {