Skip to content

Commit a0ce60c

Browse files
committed
fix: add IP warning
1 parent 0acc685 commit a0ce60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/metadata/connectCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export class ConnectClusterTool extends AtlasToolBase {
246246
},
247247
{
248248
type: "text" as const,
249-
text: `Warning: Make sure your IP address is whitelisted in the Atlas cluster settings.`,
249+
text: `Warning: Make sure your IP address was enabled in the allow list setting of the Atlas cluster.`,
250250
},
251251
],
252252
};

0 commit comments

Comments
 (0)