@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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6591,7 +6591,7 @@ const AddFillingPointMetaData = ({
|
|
|
6591
6591
|
});
|
|
6592
6592
|
};
|
|
6593
6593
|
return /*#__PURE__*/React.createElement(CollapsibleCardPage$1, {
|
|
6594
|
-
title:
|
|
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("
|
|
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("
|
|
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 = () => {
|