We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7edd9 commit 19b05eeCopy full SHA for 19b05ee
1 file changed
packages/insomnia/src/ui/routes/organization.tsx
@@ -846,7 +846,7 @@ const OrganizationRoute = () => {
846
// If user has a team or enterprise member plan show them an alert
847
if (currentPlan.type === 'enterprise-member') {
848
showAlert({
849
- title: 'Could not create new organization.',
+ title: 'Cannot create new organization.',
850
message: 'Your Insomnia account is tied to the enterprise corporate account. Please ask the owner of the enterprise billing to create one for you.',
851
});
852
}
0 commit comments