[pve-devel] [PATCH manager 3/3] ui: ldap: ad: replace occurences of SSL with TLS

Lukas Wagner l.wagner at proxmox.com
Thu Jul 27 10:57:47 CEST 2023


Although 'SSL' is used colloquially, the proper term is 'TLS'.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 www/manager6/dc/AuthEditAD.js   | 2 +-
 www/manager6/dc/AuthEditLDAP.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/dc/AuthEditAD.js b/www/manager6/dc/AuthEditAD.js
index 41390a47..e74192ee 100644
--- a/www/manager6/dc/AuthEditAD.js
+++ b/www/manager6/dc/AuthEditAD.js
@@ -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'),
 		},
 	    },
 	];
diff --git a/www/manager6/dc/AuthEditLDAP.js b/www/manager6/dc/AuthEditLDAP.js
index 3c9f1cbc..87e9fd1e 100644
--- a/www/manager6/dc/AuthEditLDAP.js
+++ b/www/manager6/dc/AuthEditLDAP.js
@@ -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'),
 		},
 	    },
 	];
-- 
2.39.2






More information about the pve-devel mailing list