@undp/carbon-library 1.0.293-CARBON-432.0 → 1.0.293-CARBON-Sprint-54.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +54 -24
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +54 -24
- package/dist/esm/index.js.map +1 -1
- package/dist/locales/i18n/creditTransfer/en.json +2 -1
- package/package.json +1 -1
@@ -15,7 +15,8 @@
|
|
15
15
|
"noTransfer": "No Transfers Available",
|
16
16
|
"cancelTitle": "Are you sure you want to cancel this request?",
|
17
17
|
"rejectTitle": "Are you sure you want to reject this request?",
|
18
|
-
"
|
18
|
+
"acceptFinancingTitle": "Accept Financing Request",
|
19
|
+
"acceptCreditTransferTitle": "Accept Transfer Request",
|
19
20
|
"proceed": "Proceed",
|
20
21
|
"cancel": "Cancel",
|
21
22
|
"reject": "Reject",
|
package/package.json
CHANGED