Skip to content

Commit

Permalink
Updated description of the field
Browse files Browse the repository at this point in the history
  • Loading branch information
disc committed Dec 11, 2024
1 parent 2b3f517 commit b09b04b
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 @@ -134,7 +134,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 b09b04b

Please sign in to comment.