@undp/carbon-library 1.0.289-CARBON-167.1 → 1.0.289-CARBON-366.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
@@ -23203,7 +23203,7 @@ var CreditTransferComponent = function (props) {
23203
23203
  icon: React.createElement(Icon.XOctagon, null),
23204
23204
  actionBtnText: t("creditTransfer:notrecognise"),
23205
23205
  okAction: function (requestId, comment) {
23206
- return handleRequestOk(requestId, comment, "transferReject", "".concat(t("creditTransfer:internationalTransferReqRejected")));
23206
+ return handleRequestOk(requestId, comment, "transferReject", "".concat(t("creditTransfer:internationalTranferReqAccepted")));
23207
23207
  },
23208
23208
  type: "danger",
23209
23209
  remarkRequired: true,