mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 09:46:01 +00:00
ui: ldap: ad: replace occurences of SSL with TLS
Although 'SSL' is used colloquially, the proper term is 'TLS'. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
2b9b6bc401
commit
c54ff6e901
@ -82,7 +82,7 @@ Ext.define('PVE.panel.ADInputPanel', {
|
||||
checked: false,
|
||||
autoEl: {
|
||||
tag: 'div',
|
||||
'data-qtip': gettext('Verify SSL certificate of the server'),
|
||||
'data-qtip': gettext('Verify TLS certificate of the server'),
|
||||
},
|
||||
},
|
||||
];
|
||||
|
@ -82,7 +82,7 @@ Ext.define('PVE.panel.LDAPInputPanel', {
|
||||
checked: false,
|
||||
autoEl: {
|
||||
tag: 'div',
|
||||
'data-qtip': gettext('Verify SSL certificate of the server'),
|
||||
'data-qtip': gettext('Verify TLS certificate of the server'),
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user