fix #2122: use correct format in help text of timefield

this is shown on mouseover and read by textreaders

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-03-06 09:59:23 +01:00 committed by Thomas Lamprecht
parent 35efe4f1ca
commit 43f1b31f22

View File

@ -149,6 +149,7 @@ Ext.define('PVE.dc.BackupEdit', {
fieldLabel: gettext('Start Time'),
name: 'starttime',
format: 'H:i',
formatText: 'HH:MM',
value: '00:00',
allowBlank: false
},