@hmcts/ccd-case-ui-toolkit 7.3.70 → 7.3.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12067,7 +12067,7 @@ class CaseEditPageComponent {
12067
12067
  : CaseEditPageComponent.TRIGGER_TEXT_START;
12068
12068
  return this.canNavigateToSummaryPage()
12069
12069
  ? textBasedOnCanSaveDraft
12070
- : 'Submit';
12070
+ : this.eventTrigger.end_button_label || 'Submit';
12071
12071
  }
12072
12072
  discard() {
12073
12073
  if (this.route.snapshot.queryParamMap.get(CaseEditComponent.ORIGIN_QUERY_PARAM) === 'viewDraft') {