Skip to content

Commit

Permalink
backport of commit 2f95a73 (#29316)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Hacicheant <[email protected]>
  • Loading branch information
hc-github-team-secure-vault-core and disc authored Jan 8, 2025
1 parent e8b4f63 commit 0463415
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 0463415

Please sign in to comment.