1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-24 02:04:09 +03:00

Fixed ticket validity description on HTML5

This commit is contained in:
Adolfo Gómez García 2018-01-06 19:29:46 +01:00
parent 02ab1a8c7c
commit 033a6265a8

View File

@ -114,7 +114,7 @@ class HTML5RDPTransport(Transport):
label=_('Ticket Validity'),
defvalue='60',
order=90,
tooltip=_('Time for HTML5 client to reload data from UDS Broker. The default value of 60 is recommended.'),
tooltip=_('Allowed time, in seconds, for HTML5 client to reload data from UDS Broker. The default value of 60 is recommended.'),
required=True,
minValue=60,
tab=gui.ADVANCED_TAB