@undp/carbon-library 1.0.274-CARBON-363.33 → 1.0.274-CARBON-363.39
Sign up to get free protection for your applications and to get access to all the features.
- 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