Skip to content

Commit

Permalink
- app version = 5.8.13 (#653)
Browse files Browse the repository at this point in the history
- removed redundant first certify bullet
- set entity display to "business"

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Feb 12, 2024
1 parent f462df8 commit 572113f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.8.12",
"version": "5.8.13",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 1 addition & 2 deletions src/resources/AmalgamationRegular/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ export const AmalgamationRegResourceBc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationRegular/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ export const AmalgamationRegResourceBen: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationRegular/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ export const AmalgamationRegResourceCc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationRegular/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ export const AmalgamationRegResourceUlc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationShort/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ export const AmalgamationShortResourceBc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationShort/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ export const AmalgamationShortResourceBen: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationShort/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ export const AmalgamationShortResourceCc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
3 changes: 1 addition & 2 deletions src/resources/AmalgamationShort/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ export const AmalgamationShortResourceUlc: AmalgamationResourceIF = {
reviewAndConfirm: {
completingPartyStatement: {
certifyStatements: [
ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS,
ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}

0 comments on commit 572113f

Please sign in to comment.