From 03ae962f493034f3f49d48d870e325133eb74aee Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 16 Aug 2021 19:24:03 +0100 Subject: [PATCH] Tweak copy --- frontend/web/components/pages/CreateOrganisationPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/web/components/pages/CreateOrganisationPage.js b/frontend/web/components/pages/CreateOrganisationPage.js index ae1bff078d51..ab168e38ab82 100644 --- a/frontend/web/components/pages/CreateOrganisationPage.js +++ b/frontend/web/components/pages/CreateOrganisationPage.js @@ -38,7 +38,8 @@ class CreateOrganisationPage extends Component { if (this.props.hasFeature('disable_create_org')) { return (
- 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.
); }