From d814095cc797a0c100950da9e674818dbb232c18 Mon Sep 17 00:00:00 2001 From: Simon Boyd Date: Thu, 5 Dec 2024 12:29:05 +0000 Subject: [PATCH] fix company-type stop screen content (grammar) match change to prototype V9 --- locales/en/stop-screens.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/en/stop-screens.json b/locales/en/stop-screens.json index de613409..35324e13 100644 --- a/locales/en/stop-screens.json +++ b/locales/en/stop-screens.json @@ -2,11 +2,11 @@ "company_type_main_title": "You cannot provide verification details for this company through this service", "company_type_main_heading": "Only certain company types can use this service", "company_type_intro_start": "You can only provide verification details for PSCs of", - "company_type_intro_end": "if it is a:", - "company_type_allowed_1": "private limited company", - "company_type_allowed_2": "public limited company", - "company_type_allowed_3": "unlimited company", - "company_type_allowed_4": "Community Interest Company (CIC)", + "company_type_intro_end": "if it is:", + "company_type_allowed_1": "a private limited company", + "company_type_allowed_2": "a public limited company", + "company_type_allowed_3": "an unlimited company", + "company_type_allowed_4": "a Community Interest Company (CIC)", "company_type_wrong_company_action": "If this is the wrong company, ", "company_type_wrong_company_action_text": "go back and enter a different company number", "company_type_contact_us_text": "Contact us",