mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 21:07:16 +00:00
Remove duplicate strings
This commit is contained in:
parent
5c5e751c74
commit
ec99b1c367
@ -139,7 +139,7 @@ Ext.define('PVE.Utils', { utilities: {
|
||||
var fa = [];
|
||||
|
||||
if (!value || (value === '0')) {
|
||||
return gettext('disabled');
|
||||
return gettext('Disabled');
|
||||
}
|
||||
|
||||
if (value === '1') {
|
||||
|
@ -239,7 +239,7 @@ Ext.define('PVE.node.Config', {
|
||||
},
|
||||
{
|
||||
xtype: 'pveNodeCephConfigCrush',
|
||||
title: gettext('Config'),
|
||||
title: gettext('Configuration'),
|
||||
iconCls: 'fa fa-gear',
|
||||
groups: ['ceph'],
|
||||
itemId: 'ceph-config'
|
||||
|
@ -88,7 +88,7 @@ Ext.define('PVE.qemu.Options', {
|
||||
visible: false
|
||||
},
|
||||
boot: {
|
||||
header: gettext('Boot order'),
|
||||
header: gettext('Boot Order'),
|
||||
defaultValue: 'cdn',
|
||||
editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.BootOrderEdit' : undefined,
|
||||
multiKey: ['boot', 'bootdisk'],
|
||||
|
Loading…
Reference in New Issue
Block a user