diff --git a/package-lock.json b/package-lock.json
index fbf9f864c..980687035 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,19 +1,19 @@
 {
   "name": "business-create-ui",
-  "version": "5.14.2",
+  "version": "5.14.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "business-create-ui",
-      "version": "5.14.2",
+      "version": "5.14.3",
       "dependencies": {
         "@babel/compat-data": "^7.21.5",
         "@bcrs-shared-components/approval-type": "1.1.3",
         "@bcrs-shared-components/base-address": "2.0.3",
         "@bcrs-shared-components/breadcrumb": "2.1.15",
         "@bcrs-shared-components/business-lookup": "1.3.4",
-        "@bcrs-shared-components/certify": "2.1.51",
+        "@bcrs-shared-components/certify": "2.1.55",
         "@bcrs-shared-components/completing-party": "2.1.30",
         "@bcrs-shared-components/confirm-dialog": "1.2.1",
         "@bcrs-shared-components/contact-info": "1.2.15",
@@ -311,21 +311,29 @@
       }
     },
     "node_modules/@bcrs-shared-components/certify": {
-      "version": "2.1.51",
-      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.51.tgz",
-      "integrity": "sha512-x11JVxWmxRqf3RUTXW9vrCwuHQ+8/CyDoLsMvp/ggsgFM5jbeTbQzdW2KuMY5WSjiplntEakiQbsMaK0oWnE8A==",
+      "version": "2.1.55",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.55.tgz",
+      "integrity": "sha512-wcArqfqEtHNQrumVxvmeFwVRkypJgDb4scamGTSFJxvxHJGgCtNKA7xe+i46VQRGnmIpx41T4h2atXLZuQo7yw==",
       "dependencies": {
-        "@bcrs-shared-components/interfaces": "^1.1.16",
+        "@bcrs-shared-components/interfaces": "^1.1.20",
         "vue": "^2.7.14"
       }
     },
+    "node_modules/@bcrs-shared-components/certify/node_modules/@bcrs-shared-components/enums": {
+      "version": "1.1.15",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/enums/-/enums-1.1.15.tgz",
+      "integrity": "sha512-K86ctY66OPPlil+fRTiCeHxNjhSk5PwSn+hNnfdLNsauhzYrWC4MNHuQHcbilOxje6l56JTZtm446TlbPzPK2w==",
+      "dependencies": {
+        "@bcrs-shared-components/corp-type-module": "^1.0.16"
+      }
+    },
     "node_modules/@bcrs-shared-components/certify/node_modules/@bcrs-shared-components/interfaces": {
-      "version": "1.1.16",
-      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.16.tgz",
-      "integrity": "sha512-RxmR+6W6t0lRkDGVb4VEHfEqgK76pk42LaJn36aSrd/hNIMfxgHEAqPT21zBJ5on5rvWzFMBemp3hV6DyUTw8Q==",
+      "version": "1.1.20",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.20.tgz",
+      "integrity": "sha512-KzxAHYyLANaapMXLuVISFnuNsq2vT56TzK79z38NC3UsAXYalKZDXP5I0zGyKZ8FJIIZi0ZqJLewyHB2ef1dJQ==",
       "dependencies": {
         "@bcrs-shared-components/corp-type-module": "^1.0.16",
-        "@bcrs-shared-components/enums": "^1.1.11",
+        "@bcrs-shared-components/enums": "^1.1.15",
         "vue": "^2.7.14"
       }
     },
diff --git a/package.json b/package.json
index 27b5e8355..e51c7e9e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "business-create-ui",
-  "version": "5.14.2",
+  "version": "5.14.3",
   "private": true,
   "appName": "Create UI",
   "sbcName": "SBC Common Components",
@@ -22,7 +22,7 @@
     "@bcrs-shared-components/base-address": "2.0.3",
     "@bcrs-shared-components/breadcrumb": "2.1.15",
     "@bcrs-shared-components/business-lookup": "1.3.4",
-    "@bcrs-shared-components/certify": "2.1.51",
+    "@bcrs-shared-components/certify": "2.1.55",
     "@bcrs-shared-components/completing-party": "2.1.30",
     "@bcrs-shared-components/confirm-dialog": "1.2.1",
     "@bcrs-shared-components/contact-info": "1.2.15",
diff --git a/src/components/common/Certify.vue b/src/components/common/Certify.vue
index aef41749a..4c3840599 100644
--- a/src/components/common/Certify.vue
+++ b/src/components/common/Certify.vue
@@ -3,7 +3,7 @@
     :certifiedBy="getCertifyState.certifiedBy"
     :currentDate="getCurrentDate"
     :disableEdit="disableEdit"
-    :entityDisplay="getCompletingPartyStatement.entityDisplay"
+    :entityDisplay="getCompletingPartyStatement.entityDisplay || 'business'"
     :firstColumn="3"
     :invalidSection="invalidSection"
     :isCertified="getCertifyState.valid"
diff --git a/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts b/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
index 8121b6e6c..a91706f7c 100644
--- a/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
+++ b/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
@@ -1,7 +1,7 @@
 export interface CompletingPartyStatementIF {
   certifyStatements: Array<string>
   certifyClause: string
-  entityDisplay: string
+  entityDisplay?: string
 }
 
 export const EmptyCompletingPartyStatement: CompletingPartyStatementIF = {
diff --git a/src/resources/AmalgamationRegular/BC.ts b/src/resources/AmalgamationRegular/BC.ts
index dd4d30629..827d397cd 100644
--- a/src/resources/AmalgamationRegular/BC.ts
+++ b/src/resources/AmalgamationRegular/BC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceBc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/BEN.ts b/src/resources/AmalgamationRegular/BEN.ts
index 719fd3af5..624f9480e 100644
--- a/src/resources/AmalgamationRegular/BEN.ts
+++ b/src/resources/AmalgamationRegular/BEN.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceBen: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/C.ts b/src/resources/AmalgamationRegular/C.ts
index 41861e0ff..fba575abf 100644
--- a/src/resources/AmalgamationRegular/C.ts
+++ b/src/resources/AmalgamationRegular/C.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceC: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CBEN.ts b/src/resources/AmalgamationRegular/CBEN.ts
index 9bf8dc435..a409c4e0c 100644
--- a/src/resources/AmalgamationRegular/CBEN.ts
+++ b/src/resources/AmalgamationRegular/CBEN.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCben: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CC.ts b/src/resources/AmalgamationRegular/CC.ts
index 507580768..194efac49 100644
--- a/src/resources/AmalgamationRegular/CC.ts
+++ b/src/resources/AmalgamationRegular/CC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CCC.ts b/src/resources/AmalgamationRegular/CCC.ts
index 0439a2ab8..260366726 100644
--- a/src/resources/AmalgamationRegular/CCC.ts
+++ b/src/resources/AmalgamationRegular/CCC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCcc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CUL.ts b/src/resources/AmalgamationRegular/CUL.ts
index 364d0777f..4ef8c0687 100644
--- a/src/resources/AmalgamationRegular/CUL.ts
+++ b/src/resources/AmalgamationRegular/CUL.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCul: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/ULC.ts b/src/resources/AmalgamationRegular/ULC.ts
index 019a58183..552bd418b 100644
--- a/src/resources/AmalgamationRegular/ULC.ts
+++ b/src/resources/AmalgamationRegular/ULC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceUlc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/BC.ts b/src/resources/AmalgamationShort/BC.ts
index 6f1ae9aad..3092e2beb 100644
--- a/src/resources/AmalgamationShort/BC.ts
+++ b/src/resources/AmalgamationShort/BC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceBc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/BEN.ts b/src/resources/AmalgamationShort/BEN.ts
index 3eb602a5a..cd76baf86 100644
--- a/src/resources/AmalgamationShort/BEN.ts
+++ b/src/resources/AmalgamationShort/BEN.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceBen: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/C.ts b/src/resources/AmalgamationShort/C.ts
index 601966dfa..9a973a01d 100644
--- a/src/resources/AmalgamationShort/C.ts
+++ b/src/resources/AmalgamationShort/C.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceC: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CBEN.ts b/src/resources/AmalgamationShort/CBEN.ts
index d1036a8fd..fd3ee87a2 100644
--- a/src/resources/AmalgamationShort/CBEN.ts
+++ b/src/resources/AmalgamationShort/CBEN.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCben: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CC.ts b/src/resources/AmalgamationShort/CC.ts
index 44961095e..da2b6e65f 100644
--- a/src/resources/AmalgamationShort/CC.ts
+++ b/src/resources/AmalgamationShort/CC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CCC.ts b/src/resources/AmalgamationShort/CCC.ts
index e74e5a0fc..e74523fdc 100644
--- a/src/resources/AmalgamationShort/CCC.ts
+++ b/src/resources/AmalgamationShort/CCC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCcc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CUL.ts b/src/resources/AmalgamationShort/CUL.ts
index bcc20f37e..8d680c6d4 100644
--- a/src/resources/AmalgamationShort/CUL.ts
+++ b/src/resources/AmalgamationShort/CUL.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCul: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/ULC.ts b/src/resources/AmalgamationShort/ULC.ts
index 0dd37e02f..faa6aee38 100644
--- a/src/resources/AmalgamationShort/ULC.ts
+++ b/src/resources/AmalgamationShort/ULC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceUlc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/C.ts b/src/resources/ContinuationIn/C.ts
index 140d1576f..73c3dbe67 100644
--- a/src/resources/ContinuationIn/C.ts
+++ b/src/resources/ContinuationIn/C.ts
@@ -34,8 +34,7 @@ export const ContinuationInResourceC: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CBEN.ts b/src/resources/ContinuationIn/CBEN.ts
index 07f78f624..e9e548c6d 100644
--- a/src/resources/ContinuationIn/CBEN.ts
+++ b/src/resources/ContinuationIn/CBEN.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCben: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CCC.ts b/src/resources/ContinuationIn/CCC.ts
index afe90f6ab..7d2212e0b 100644
--- a/src/resources/ContinuationIn/CCC.ts
+++ b/src/resources/ContinuationIn/CCC.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCcc: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CUL.ts b/src/resources/ContinuationIn/CUL.ts
index 9b0d21614..673a860ee 100644
--- a/src/resources/ContinuationIn/CUL.ts
+++ b/src/resources/ContinuationIn/CUL.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCul: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Dissolution/BC.ts b/src/resources/Dissolution/BC.ts
index 1c67ae528..cfdef60ab 100644
--- a/src/resources/Dissolution/BC.ts
+++ b/src/resources/Dissolution/BC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceBc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_COMPANY)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/BEN.ts b/src/resources/Dissolution/BEN.ts
index 7080546ee..ddd37a3e7 100644
--- a/src/resources/Dissolution/BEN.ts
+++ b/src/resources/Dissolution/BEN.ts
@@ -60,8 +60,7 @@ export const DissolutionResourceBen: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BENEFIT_COMPANY)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/C.ts b/src/resources/Dissolution/C.ts
index 33d1d5c05..dc2476c5e 100644
--- a/src/resources/Dissolution/C.ts
+++ b/src/resources/Dissolution/C.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceC: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.CONTINUE_IN)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CBEN.ts b/src/resources/Dissolution/CBEN.ts
index 518e9f5ad..dafff5123 100644
--- a/src/resources/Dissolution/CBEN.ts
+++ b/src/resources/Dissolution/CBEN.ts
@@ -60,8 +60,7 @@ export const DissolutionResourceCben: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BEN_CONTINUE_IN)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CC.ts b/src/resources/Dissolution/CC.ts
index ab212ffdf..86be07250 100644
--- a/src/resources/Dissolution/CC.ts
+++ b/src/resources/Dissolution/CC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_CCC)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CCC.ts b/src/resources/Dissolution/CCC.ts
index 32f94eece..c4eee21d9 100644
--- a/src/resources/Dissolution/CCC.ts
+++ b/src/resources/Dissolution/CCC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCcc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.CCC_CONTINUE_IN)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CUL.ts b/src/resources/Dissolution/CUL.ts
index b767cdf16..753f33270 100644
--- a/src/resources/Dissolution/CUL.ts
+++ b/src/resources/Dissolution/CUL.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCul: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.ULC_CONTINUE_IN)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/ULC.ts b/src/resources/Dissolution/ULC.ts
index b59203d68..db17a75e2 100644
--- a/src/resources/Dissolution/ULC.ts
+++ b/src/resources/Dissolution/ULC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceUlc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_ULC_COMPANY)
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Incorporation/BC.ts b/src/resources/Incorporation/BC.ts
index 8b5a38423..68b1d01be 100644
--- a/src/resources/Incorporation/BC.ts
+++ b/src/resources/Incorporation/BC.ts
@@ -80,8 +80,7 @@ export const IncorporationResourceBc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/BEN.ts b/src/resources/Incorporation/BEN.ts
index 9c0831363..360f0d7dd 100644
--- a/src/resources/Incorporation/BEN.ts
+++ b/src/resources/Incorporation/BEN.ts
@@ -119,8 +119,7 @@ export const IncorporationResourceBen: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/CC.ts b/src/resources/Incorporation/CC.ts
index e81ddd5e9..c1a1de5f6 100644
--- a/src/resources/Incorporation/CC.ts
+++ b/src/resources/Incorporation/CC.ts
@@ -91,8 +91,7 @@ export const IncorporationResourceCc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/ULC.ts b/src/resources/Incorporation/ULC.ts
index 1facb7980..dca280ef8 100644
--- a/src/resources/Incorporation/ULC.ts
+++ b/src/resources/Incorporation/ULC.ts
@@ -90,8 +90,7 @@ export const IncorporationResourceUlc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Restoration/BC.ts b/src/resources/Restoration/BC.ts
index eb710d62b..5afe48421 100644
--- a/src/resources/Restoration/BC.ts
+++ b/src/resources/Restoration/BC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceBc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/BEN.ts b/src/resources/Restoration/BEN.ts
index b8b74fd9e..b1c3cc91e 100644
--- a/src/resources/Restoration/BEN.ts
+++ b/src/resources/Restoration/BEN.ts
@@ -41,8 +41,7 @@ export const RestorationResourceBen: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/C.ts b/src/resources/Restoration/C.ts
index 924ecabf0..4d654a5fb 100644
--- a/src/resources/Restoration/C.ts
+++ b/src/resources/Restoration/C.ts
@@ -41,8 +41,7 @@ export const RestorationResourceC: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CBEN.ts b/src/resources/Restoration/CBEN.ts
index c0def2bf4..9d5d39e90 100644
--- a/src/resources/Restoration/CBEN.ts
+++ b/src/resources/Restoration/CBEN.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCben: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CC.ts b/src/resources/Restoration/CC.ts
index a9a3004b9..78a50f603 100644
--- a/src/resources/Restoration/CC.ts
+++ b/src/resources/Restoration/CC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CCC.ts b/src/resources/Restoration/CCC.ts
index e3ce7aaf9..cd8a9daa4 100644
--- a/src/resources/Restoration/CCC.ts
+++ b/src/resources/Restoration/CCC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCcc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CUL.ts b/src/resources/Restoration/CUL.ts
index 5375102eb..3f8ac792d 100644
--- a/src/resources/Restoration/CUL.ts
+++ b/src/resources/Restoration/CUL.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCul: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/ULC.ts b/src/resources/Restoration/ULC.ts
index fc67ba1e7..4def39d80 100644
--- a/src/resources/Restoration/ULC.ts
+++ b/src/resources/Restoration/ULC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceUlc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/views/DissolutionFirm/DissolutionFirm.vue b/src/views/DissolutionFirm/DissolutionFirm.vue
index e7abcc291..2671ba202 100644
--- a/src/views/DissolutionFirm/DissolutionFirm.vue
+++ b/src/views/DissolutionFirm/DissolutionFirm.vue
@@ -216,7 +216,7 @@
           class="py-8 px-6"
           :currentDate="getCurrentDate"
           :certifiedBy="getCertifyState.certifiedBy"
-          :entityDisplay="getCompletingPartyStatement.entityDisplay"
+          :entityDisplay="getCompletingPartyStatement.entityDisplay || 'firm'"
           :isCertified="getCertifyState.valid"
           :statements="getCompletingPartyStatement.certifyStatements"
           :message="getCompletingPartyStatement.certifyClause"