ui: rng edit: drop useless gettext for integer
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
44f193c330
commit
17b777914a
@ -76,7 +76,7 @@ Ext.define('PVE.qemu.RNGInputPanel', {
|
||||
step: 1,
|
||||
fieldLabel: gettext('Period') + ' (ms)',
|
||||
labelWidth: 130,
|
||||
emptyText: gettext('1000')
|
||||
emptyText: '1000',
|
||||
},
|
||||
{
|
||||
xtype: 'displayfield',
|
||||
|
Loading…
x
Reference in New Issue
Block a user