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', {