Skip to content

Commit 35b695d

Browse files
committed
Cleanup
1 parent 400bff1 commit 35b695d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/atlas/atlasTool.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more information on setting up API keys, visit: https://www.mongodb.com/docs
4545
type: "text",
4646
text: `Received a Payment Required API Error: ${error.message}
4747
48-
Payment setup is required to perform this action in MongoDB Atlas
48+
Payment setup is required to perform this action in MongoDB Atlas.
4949
Please ensure that your payment method for your organization has been set up and is active.
5050
For more information on setting up payment, visit: https://www.mongodb.com/docs/atlas/billing/`,
5151
},
@@ -60,7 +60,7 @@ For more information on setting up payment, visit: https://www.mongodb.com/docs/
6060
type: "text",
6161
text: `Received a Forbidden API Error: ${error.message}
6262
63-
You don't have sufficient permissions to perform this action in MongoDB Atlas
63+
You don't have sufficient permissions to perform this action in MongoDB Atlas.
6464
Please ensure your API key has the necessary roles assigned.
6565
For more information on Atlas API access roles, visit: https://www.mongodb.com/docs/atlas/api/service-accounts-overview/`,
6666
},

0 commit comments

Comments
 (0)