From: Lukas Wagner <l.wagner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 3/3] ui: ldap: ad: replace occurences of SSL with TLS
Date: Thu, 27 Jul 2023 10:57:47 +0200 [thread overview]
Message-ID: <20230727085747.231753-3-l.wagner@proxmox.com> (raw)
In-Reply-To: <20230727085747.231753-1-l.wagner@proxmox.com>
Although 'SSL' is used colloquially, the proper term is 'TLS'.
Signed-off-by: Lukas Wagner <l.wagner@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
next prev parent reply other threads:[~2023-07-27 8:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 8:57 [pve-devel] [PATCH manager 1/3] ui: ldap: ad: support 'mode' paramter, replacing 'secure' Lukas Wagner
2023-07-27 8:57 ` [pve-devel] [PATCH manager 2/3] ui: ldap: ad: fix typo for verify certificate combobox Lukas Wagner
2023-07-27 8:57 ` Lukas Wagner [this message]
2023-09-01 7:02 ` [pve-devel] [PATCH manager 1/3] ui: ldap: ad: support 'mode' paramter, replacing 'secure' Lukas Wagner
2023-09-04 16:11 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230727085747.231753-3-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.