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:
Lukas Wagner 2023-07-27 10:57:47 +02:00 committed by Thomas Lamprecht
parent 2b9b6bc401
commit c54ff6e901
2 changed files with 2 additions and 2 deletions

View File

@ -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'),
}, },
}, },
]; ];

View File

@ -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'),
}, },
}, },
]; ];