@undp/carbon-library 1.0.289-CARBON-167.0 → 1.0.289-CARBON-167.1

Sign up to get free protection for your applications and to get access to all the features.
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:internationalTranferReqAccepted")));
23206
+ return handleRequestOk(requestId, comment, "transferReject", "".concat(t("creditTransfer:internationalTransferReqRejected")));
23207
23207
  },
23208
23208
  type: "danger",
23209
23209
  remarkRequired: true,