]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ldap: ad: replace occurences of SSL with TLS
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 27 Jul 2023 08:57:47 +0000 (10:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 16:07:27 +0000 (18:07 +0200)
Although 'SSL' is used colloquially, the proper term is 'TLS'.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
www/manager6/dc/AuthEditAD.js
www/manager6/dc/AuthEditLDAP.js

index 57365f84de93e54c84dc7805770d773c80b33e7a..cc44802895738f0aeeedd162e3dae823cb78c5de 100644 (file)
@@ -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'),
                },
            },
        ];
index 6982c3ebd463319823f6fb4adb460b4b5e7ce493..7078c0a5cc99b65b82f45a25e52e2d8fb405e332 100644 (file)
@@ -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'),
                },
            },
        ];