@undp/carbon-library 1.0.38 → 1.0.39

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/cjs/index.js CHANGED
@@ -688,7 +688,7 @@ var CompanyManagementComponent = function (props) {
688
688
  key: "1",
689
689
  title: "Filter by",
690
690
  label: (React.createElement("div", { className: "filter-menu-item" },
691
- React.createElement("div", { className: "filter-title" }, t("company:creditBalance")),
691
+ React.createElement("div", { className: "filter-title" }, t("company:filterByOrgType")),
692
692
  React.createElement(antd.Radio.Group, { onChange: onFilterOrganisationType, value: filterByOrganisationType },
693
693
  React.createElement(antd.Space, { direction: "vertical" },
694
694
  React.createElement(antd.Radio, { value: "All" }, t("company:all")),