@undp/carbon-library 1.0.292-CARBON-369.1 → 1.0.292-CARBON-167.0

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/esm/index.js CHANGED
@@ -23515,7 +23515,7 @@ var CreditTransferComponent = function (props) {
23515
23515
  icon: React.createElement(Icon.XOctagon, null),
23516
23516
  actionBtnText: t("creditTransfer:notrecognise"),
23517
23517
  okAction: function (requestId, comment) {
23518
- return handleRequestOk(requestId, comment, "transferReject", "".concat(t("creditTransfer:internationalTranferReqAccepted")));
23518
+ return handleRequestOk(requestId, comment, "transferReject", "".concat(t("creditTransfer:internationalTransferReqRejected")));
23519
23519
  },
23520
23520
  type: "danger",
23521
23521
  remarkRequired: true,