Updated description of the field (#29146)

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
Alexandr Hacicheant
2025-01-08 22:32:41 +02:00
committed by GitHub
parent b74e2e798c
commit 2f95a73d1d

View File

@@ -186,7 +186,7 @@ export default Model.extend({
tls_ca: attr('string', {
label: 'TLS CA',
helpText:
'x509 CA file for validating the certificate presented by the MongoDB server. Must be PEM encoded.',
'x509 CA file for validating the certificate presented by the database server. Must be PEM encoded.',
editType: 'file',
}),
tls_server_name: attr('string', {