1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixed ssh help strings

This commit is contained in:
Adolfo Gómez García 2023-03-21 15:02:21 +01:00
parent 4386c5567a
commit 8abe2ad31b
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -83,13 +83,13 @@ class HTML5SSHTransport(transports.Transport):
username = gui.TextField(
label=_('Username'),
order=20,
tooltip=_('Username for VNC connection authentication.'),
tooltip=_('Username for SSH connection authentication.'),
tab=gui.CREDENTIALS_TAB,
)
password = gui.PasswordField(
label=_('Password'),
order=21,
tooltip=_('Password for VNC connection authentication'),
tooltip=_('Password for SSH connection authentication'),
tab=gui.CREDENTIALS_TAB,
)
sshPrivateKey = gui.TextField(