@undp/carbon-library 1.0.293-CARBON-433.0 → 1.0.293-CARBON-433.2
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/locales/i18n/programme/en.json +2 -2
- package/dist/locales/i18n/programme/es.json +2 -1
- package/dist/locales/i18n/programme/fr.json +2 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
@@ -17273,7 +17273,7 @@ var InvestmentManagementComponent = function (props) {
|
|
17273
17273
|
return handleTableChange(val, sorter);
|
17274
17274
|
}, locale: {
|
17275
17275
|
emptyText: (React.createElement(antd.Empty, { image: antd.Empty.PRESENTED_IMAGE_SIMPLE, description: tableData.length === 0
|
17276
|
-
? t("
|
17276
|
+
? t("programme:noinvestment")
|
17277
17277
|
: null })),
|
17278
17278
|
} }))))),
|
17279
17279
|
popupInfo && selectedReq && (React.createElement(InvestmentActionModel, { investment: selectedReq, onCancel: function () {
|