Skip to content

Commit

Permalink
change srv text
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Nov 28, 2024
1 parent 145af8d commit 692dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class ConnectionController {
ignoreFocusOut: true,
placeHolder:
'e.g. mongodb+srv://username:password@cluster0.mongodb.net/admin',
prompt: 'Enter your connection string (SRV or standard)',
prompt: 'Enter your SRV or standard connection string',
validateInput: (uri: string) => {
if (
!uri.startsWith('mongodb://') &&
Expand Down

0 comments on commit 692dc1c

Please sign in to comment.