Skip to content

Commit

Permalink
Merge 2f95a73 into backport/patch-1/secondly-above-barnacle
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-secure-vault-core authored Jan 8, 2025
2 parents c316c82 + 2f95a73 commit 6eb52d5
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 6eb52d5

Please sign in to comment.