From 2f95a73d1da6f2913f2a4e69a59d4108b6063342 Mon Sep 17 00:00:00 2001 From: Alexandr Hacicheant Date: Wed, 8 Jan 2025 22:32:41 +0200 Subject: [PATCH] Updated description of the field (#29146) Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com> --- ui/app/models/database/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/models/database/connection.js b/ui/app/models/database/connection.js index 1ca2038cde5e..eebcd9616262 100644 --- a/ui/app/models/database/connection.js +++ b/ui/app/models/database/connection.js @@ -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', {