diff --git a/editor.planx.uk/src/@planx/components/Pay/Public/Pay.tsx b/editor.planx.uk/src/@planx/components/Pay/Public/Pay.tsx index 97f61230fc..342b6d2ac4 100644 --- a/editor.planx.uk/src/@planx/components/Pay/Public/Pay.tsx +++ b/editor.planx.uk/src/@planx/components/Pay/Public/Pay.tsx @@ -78,7 +78,7 @@ function Component(props: Props) { const errorMessage = teamSlug !== "demo" ? "GOV.UK Pay is not enabled for this local authority" - : "GOV.UK Pay is not enabled for services created in the Demo team"; + : "GOV.UK Pay is not enabled demo users"; // Handles UI states const reducer = (_state: ComponentState, action: Action): ComponentState => { diff --git a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx index e5ad42ad10..124ac91f13 100644 --- a/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx +++ b/editor.planx.uk/src/@planx/components/PlanningConstraints/Public.tsx @@ -216,12 +216,11 @@ function Component(props: Props) { - Planning Constraints are not enabled for services created in the - Demo team + Planning Constraints are not enabled for demo users. Click continue to skip planning constraints and proceed with your - application for testing + application for testing. diff --git a/editor.planx.uk/src/@planx/components/Send/Public.tsx b/editor.planx.uk/src/@planx/components/Send/Public.tsx index 4f079092b3..9676b98daf 100644 --- a/editor.planx.uk/src/@planx/components/Send/Public.tsx +++ b/editor.planx.uk/src/@planx/components/Send/Public.tsx @@ -62,8 +62,8 @@ const DemoTeamWarning: React.FC = (props) => ( Send is not enabled for services created in the Demo team - Team integrations need to be configured to allow submissions to be sent - from PlanX + Click continue to skip send and proceed with your application for + testing.