@djb25/digit-ui-module-wt 1.0.56 → 1.0.57

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.
@@ -6591,7 +6591,7 @@ const AddFillingPointMetaData = ({
6591
6591
  });
6592
6592
  };
6593
6593
  return /*#__PURE__*/React.createElement(CollapsibleCardPage$1, {
6594
- title: t("WT_FILLING_POINT_APPLICANT_DETAILS"),
6594
+ title: "Filling Point Details",
6595
6595
  defaultOpen: true
6596
6596
  }, /*#__PURE__*/React.createElement("div", {
6597
6597
  className: "formcomposer-section-grid"
@@ -7294,7 +7294,7 @@ const AddFixPointAddress = () => {
7294
7294
  gap: "16px"
7295
7295
  }
7296
7296
  }, /*#__PURE__*/React.createElement(CollapsibleCardPage$1, {
7297
- title: t("WT_FIXING_POINT_APPLICANT_DETAILS"),
7297
+ title: t("Fixed Point Details"),
7298
7298
  defaultOpen: true
7299
7299
  }, /*#__PURE__*/React.createElement("div", {
7300
7300
  className: "formcomposer-section-grid"
@@ -9695,7 +9695,7 @@ const EmployeeApp = ({
9695
9695
  t
9696
9696
  } = useTranslation();
9697
9697
  const location = useLocation();
9698
- const fixedPointInboxLabel = t("WT_FIXED_POINT") !== "WT_FIXED_POINT" ? `${t("WT_FIXED_POINT")} ${t("ES_COMMON_INBOX")}` : "Fixed Point Inbox";
9698
+ const fixedPointInboxLabel = t("Emergency Inbox") !== "Emergency Inbox" ? `${t("Emergency Inbox")} ${t("ES_COMMON_INBOX")}` : "Emergency Inbox";
9699
9699
  const emergencyRequestLabel = t("WT_EMERGENCY_WATER_TANKER_REQUEST") !== "WT_EMERGENCY_WATER_TANKER_REQUEST" ? t("WT_EMERGENCY_WATER_TANKER_REQUEST") : "Emergency Water Tanker Request";
9700
9700
  sessionStorage.removeItem("revalidateddone");
9701
9701
  const getDynamicBreadcrumbs = () => {