@undp/carbon-library 1.0.38 → 1.0.39

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -668,7 +668,7 @@ var CompanyManagementComponent = function (props) {
668
668
  key: "1",
669
669
  title: "Filter by",
670
670
  label: (React.createElement("div", { className: "filter-menu-item" },
671
- React.createElement("div", { className: "filter-title" }, t("company:creditBalance")),
671
+ React.createElement("div", { className: "filter-title" }, t("company:filterByOrgType")),
672
672
  React.createElement(Radio.Group, { onChange: onFilterOrganisationType, value: filterByOrganisationType },
673
673
  React.createElement(Space, { direction: "vertical" },
674
674
  React.createElement(Radio, { value: "All" }, t("company:all")),