@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/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")),