Skip to content

Commit 19b05ee

Browse files
pavkoutfilfreire
authored andcommitted
chore: Update organization creation alert message
1 parent cc7edd9 commit 19b05ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/ui/routes/organization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ const OrganizationRoute = () => {
846846
// If user has a team or enterprise member plan show them an alert
847847
if (currentPlan.type === 'enterprise-member') {
848848
showAlert({
849-
title: 'Could not create new organization.',
849+
title: 'Cannot create new organization.',
850850
message: 'Your Insomnia account is tied to the enterprise corporate account. Please ask the owner of the enterprise billing to create one for you.',
851851
});
852852
}

0 commit comments

Comments
 (0)