mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 19:17:31 +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,
|
checked: false,
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
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,
|
checked: false,
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
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