@undp/carbon-library 1.0.76 → 1.0.77

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -19832,7 +19832,7 @@ var AddNdcActionComponent = function (props) {
19832
19832
  if (response.status === 200 || response.status === 201) {
19833
19833
  antd.message.open({
19834
19834
  type: "success",
19835
- content: "".concat(t("ndcSuccessfullyCreated")),
19835
+ content: "".concat(t("ndcAction:ndcSuccessfullyCreated")),
19836
19836
  duration: 4,
19837
19837
  style: { textAlign: "right", marginRight: 15, marginTop: 10 },
19838
19838
  });
@@ -19843,7 +19843,7 @@ var AddNdcActionComponent = function (props) {
19843
19843
  error_1 = _a.sent();
19844
19844
  antd.message.open({
19845
19845
  type: "error",
19846
- content: error_1 && error_1.message ? error_1.message : "".concat("ndcCreationFailed"),
19846
+ content: error_1 && error_1.message ? error_1.message : "".concat("ndcAction:ndcCreationFailed"),
19847
19847
  duration: 4,
19848
19848
  style: { textAlign: "right", marginRight: 15, marginTop: 10 },
19849
19849
  });