@hmcts/ccd-case-ui-toolkit 5.0.50-update-flag-screen-v4 → 5.0.50-update-flag-screen-v5

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.
@@ -20527,7 +20527,7 @@
20527
20527
  this.formGroup.addControl(this.FLAG_COMMENTS_CONTROL_NAME, new i2.FormControl(flagDetail.flagComment));
20528
20528
  if (flagDetail.name) {
20529
20529
  this.updateFlagTitle =
20530
- exports.CaseFlagWizardStepTitle.UPDATE_FLAG_TITLE + " \u2018" + flagDetail.name + (flagDetail.subTypeValue ? ", " + flagDetail.subTypeValue + "\u2019" : '');
20530
+ exports.CaseFlagWizardStepTitle.UPDATE_FLAG_TITLE + " \"" + flagDetail.name + (flagDetail.subTypeValue ? ", " + flagDetail.subTypeValue + "\"" : '"');
20531
20531
  }
20532
20532
  }
20533
20533
  };