mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
ui: ceph install: do not translate replicas
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6db91b0fdc
commit
0b985d6f23
@ -163,7 +163,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
||||
{
|
||||
xtype: 'numberfield',
|
||||
name: 'size',
|
||||
fieldLabel: gettext('Number of replicas'),
|
||||
fieldLabel: 'Number of replicas',
|
||||
value: '',
|
||||
maxValue: 7,
|
||||
minValue: 1,
|
||||
@ -173,7 +173,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
||||
{
|
||||
xtype: 'numberfield',
|
||||
name: 'min_size',
|
||||
fieldLabel: gettext('Minimum replicas'),
|
||||
fieldLabel: 'Minimum replicas',
|
||||
value: '',
|
||||
maxValue: 7,
|
||||
minValue: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user