@undp/carbon-library 1.0.274-CARBON-363.33 → 1.0.274-CARBON-363.42
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 +22 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +22 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/locales/i18n/ndc/en.json +3 -2
- package/package.json +1 -1
@@ -30,7 +30,8 @@
|
|
30
30
|
"finalizeSuccessMsg": "NDC Actions for the period has been finalised successfully",
|
31
31
|
"deletePeriodSuccessMsg": "The period has been deleted successfully ",
|
32
32
|
"kpiInvalidFormat": "Allow only numeric value",
|
33
|
-
"kpiGreaterThanZero": "
|
33
|
+
"kpiGreaterThanZero": "KPI value must be greater than 0",
|
34
34
|
"kpiMaxLength": "KPI cannot exceed 10000000",
|
35
|
-
"sameStartEndDates": "Start year must be earlier than the end year"
|
35
|
+
"sameStartEndDates": "Start year must be earlier than the end year",
|
36
|
+
"ndcUnauthorisedMsg": "This action is unauthorised"
|
36
37
|
}
|
package/package.json
CHANGED