ui: ceph install: do not translate replicas

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-20 10:42:22 +01:00
parent 6db91b0fdc
commit 0b985d6f23

View File

@ -163,7 +163,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
{ {
xtype: 'numberfield', xtype: 'numberfield',
name: 'size', name: 'size',
fieldLabel: gettext('Number of replicas'), fieldLabel: 'Number of replicas',
value: '', value: '',
maxValue: 7, maxValue: 7,
minValue: 1, minValue: 1,
@ -173,7 +173,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
{ {
xtype: 'numberfield', xtype: 'numberfield',
name: 'min_size', name: 'min_size',
fieldLabel: gettext('Minimum replicas'), fieldLabel: 'Minimum replicas',
value: '', value: '',
maxValue: 7, maxValue: 7,
minValue: 1, minValue: 1,