From 046341555c72661c5517e2fd94d250aa1c3d10a7 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core Date: Wed, 8 Jan 2025 13:39:38 -0800 Subject: [PATCH] backport of commit 2f95a73d1da6f2913f2a4e69a59d4108b6063342 (#29316) Co-authored-by: Alexandr Hacicheant --- 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 1f63b403a5df..584190516e04 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', {