ui: rng edit: drop useless gettext for integer

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-03-31 18:04:56 +02:00
parent 44f193c330
commit 17b777914a

View File

@ -76,7 +76,7 @@ Ext.define('PVE.qemu.RNGInputPanel', {
step: 1,
fieldLabel: gettext('Period') + ' (ms)',
labelWidth: 130,
emptyText: gettext('1000')
emptyText: '1000',
},
{
xtype: 'displayfield',