Skip to content

Commit

Permalink
backport of commit 2f95a73
Browse files Browse the repository at this point in the history
  • Loading branch information
disc authored Jan 8, 2025
1 parent 55024eb commit 2c74fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/models/database/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 2c74fc2

Please sign in to comment.