Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/web/components/pages/CreateOrganisationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class CreateOrganisationPage extends Component {
if (this.props.hasFeature('disable_create_org')) {
return (
<div id="create-org-page" className="container app-container">
This Flagsmith instance is configured to not allow creating additional organisations, please contact an administrator. If you think you are seeing this page by mistake, please check you are invited to the organisation.
This Flagsmith instance is configured to prevent additional organisations from being created. Please contact an administrator.
If you think you are seeing this page by mistake, please check you are invited to the correct organisation.
</div>
);
}
Expand Down