Skip to content

Commit

Permalink
22781 - Fixed dissolution wording (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim authored Aug 15, 2024
1 parent 571e336 commit 49e01ba
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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.11.12",
"version": "5.11.13",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/BC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceBc: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DissolutionResourceBen: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/C.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceC: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CBEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DissolutionResourceCben: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceCc: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceCcc: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const DissolutionResourceCp: DissolutionResourceIF = {
`The director identified in the affidavit is a current director of the Cooperative Association and is the
director whose signature is on the affidavit.`,
'The affidavit contains one of the dissolution statements from Step 1 of this voluntary dissolution filing.',
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/CUL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceCul: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Dissolution/ULC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DissolutionResourceUlc: DissolutionResourceIF = {
'The affidavit references the Business Corporations Act, section 316.',
`The director identified in the affidavit is a current director of the Company and is the director whose
signature is on the affidavit.`,
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths for British Columbia.'
'The affidavit is sealed by a Commissioner for Taking Affidavits/Oaths.'
]
}
},
Expand Down

0 comments on commit 49e01ba

Please sign in to comment.