diff --git a/package-lock.json b/package-lock.json index 50005ef04..74f788b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.6.15", + "version": "5.6.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.6.15", + "version": "5.6.16", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index 31a23ad18..cb740ccb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.6.15", + "version": "5.6.16", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/resources/AmalgamationRegular/BC.ts b/src/resources/AmalgamationRegular/BC.ts index adf6a445a..3090659b1 100644 --- a/src/resources/AmalgamationRegular/BC.ts +++ b/src/resources/AmalgamationRegular/BC.ts @@ -69,14 +69,7 @@ export const AmalgamationRegResourceBc: AmalgamationRegResourceIF = { }, reviewAndConfirm: { completingPartyStatement: { - certifyStatements: [ - 'An original signature has been placed on each of those signature lines,', - - `I have no reason to believe that the signature placed on a signature line is not the - signature of the person whose name is set out under that signature line, and`, - - 'I have relevant knowledge of the company and that I am authorized to make this filing.' - ], + certifyStatements: [], certifyClause: `Note: It is an offence to make a false or misleading statement in respect of a material fact in a record submitted to the Corporate Registry for filing. See section 427 of the Business Corporations Act.`, diff --git a/src/resources/AmalgamationRegular/BEN.ts b/src/resources/AmalgamationRegular/BEN.ts index 2ad922df7..288c507c0 100644 --- a/src/resources/AmalgamationRegular/BEN.ts +++ b/src/resources/AmalgamationRegular/BEN.ts @@ -105,18 +105,7 @@ export const AmalgamationRegResourceBen: AmalgamationRegResourceIF = { }, reviewAndConfirm: { completingPartyStatement: { - certifyStatements: [ - `The Company Articles and the Incorporation Agreement both contain a signature - line for each person identified as an incorporator in the Incorporation Application - with the name of that person set out legibly under the signature line,`, - - 'An original signature has been placed on each of those signature lines,', - - `I have no reason to believe that the signature placed on a signature line is not the - signature of the person whose name is set out under that signature line, and`, - - 'I have relevant knowledge of the company and that I am authorized to make this filing.' - ], + certifyStatements: [], certifyClause: `Note: It is an offence to make a false or misleading statement in respect of a material fact in a record submitted to the Corporate Registry for filing. See section 427 of the Business Corporations Act.`, diff --git a/src/resources/AmalgamationRegular/CC.ts b/src/resources/AmalgamationRegular/CC.ts index d913a2331..f48f11f74 100644 --- a/src/resources/AmalgamationRegular/CC.ts +++ b/src/resources/AmalgamationRegular/CC.ts @@ -80,14 +80,7 @@ export const AmalgamationRegResourceCc: AmalgamationRegResourceIF = { }, reviewAndConfirm: { completingPartyStatement: { - certifyStatements: [ - 'An original signature has been placed on each of those signature lines,', - - `I have no reason to believe that the signature placed on a signature line is not the - signature of the person whose name is set out under that signature line, and`, - - 'I have relevant knowledge of the company and that I am authorized to make this filing.' - ], + certifyStatements: [], certifyClause: `Note: It is an offence to make a false or misleading statement in respect of a material fact in a record submitted to the Corporate Registry for filing. See section 427 of the Business Corporations Act.`, diff --git a/src/resources/AmalgamationRegular/ULC.ts b/src/resources/AmalgamationRegular/ULC.ts index 7fc6d6bca..1c0da1b7f 100644 --- a/src/resources/AmalgamationRegular/ULC.ts +++ b/src/resources/AmalgamationRegular/ULC.ts @@ -79,14 +79,7 @@ export const AmalgamationRegResourceUlc: AmalgamationRegResourceIF = { }, reviewAndConfirm: { completingPartyStatement: { - certifyStatements: [ - 'An original signature has been placed on each of those signature lines,', - - `I have no reason to believe that the signature placed on a signature line is not the - signature of the person whose name is set out under that signature line, and`, - - 'I have relevant knowledge of the company and that I am authorized to make this filing.' - ], + certifyStatements: [], certifyClause: `Note: It is an offence to make a false or misleading statement in respect of a material fact in a record submitted to the Corporate Registry for filing. See section 427 of the Business Corporations Act.`,