-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #708 from companieshouse/feature/ecct-617-validati…
…on-for-statement-checkboxes Feature/ecct 617 validation for statement checkboxes
- Loading branch information
Showing
4 changed files
with
182 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ export const WRONG_PSC_DETAILS_TEXT = "wrong-psc-details"; | |
export const WRONG_PSC_STATEMENT_TEXT = "wrong-psc-statement"; | ||
export const EMAIL_ADDRESS_INVALID: string = "Enter an email address in the correct format, like [email protected]"; | ||
export const NO_EMAIL_ADDRESS_SUPPLIED: string = "Enter the registered email address"; | ||
export const CONFIRMATION_STATEMENT_ERROR: string = "You need to accept the confirmation statement"; | ||
export const LAWFUL_ACTIVITY_STATEMENT_ERROR: string = "You need to accept the statement on the intended future activities of the company"; | ||
export const ACCEPT_LAWFUL_PURPOSE_STATEMENT = "acceptLawfulPurposeStatement"; | ||
|
||
export enum RADIO_BUTTON_VALUE { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters