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:
parent
4386c5567a
commit
8abe2ad31b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user