Skip to content

Commit 253de53

Browse files
authored
Merge pull request #1724 from companieshouse/roecct-594-update-validation-error-message
ROECCT-594 Fix - Update Relevant Period new filter page error message
2 parents bb162b1 + 38f5636 commit 253de53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/error.messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export enum ErrorMessages {
237237
SELECT_REMOVE_DO_YOU_WANT_TO_MAKE_OE_CHANGE = "Select yes if you need to make any changes to this overseas entity before it is removed",
238238
SELECT_TO_CONFIRM_REMOVE_STATEMENT = "Select the removal statement",
239239
SELECT_RELEVANT_OWNED_LAND_FILTER = "Select yes if the overseas entity was the registered owner of UK land during the pre-registration period.",
240-
SELECT_RELEVANT_PERIOD_REQUIRED_INFORMATION = "Select yes if all the required information about pre-registration period is provided",
240+
SELECT_RELEVANT_PERIOD_REQUIRED_INFORMATION = "Tell us if you can provide all the required information about the pre-registration period",
241241

242242
// MAX Lengths
243243
MAX_FIRST_NAME_LENGTH = "First name must be 50 characters or less",

0 commit comments

Comments
 (0)