@thecb/components 5.6.3 → 5.6.4

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/index.esm.js CHANGED
@@ -40148,7 +40148,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
40148
40148
  role: "form",
40149
40149
  "aria-label": "ACH Payment"
40150
40150
  }, /*#__PURE__*/React.createElement(FormInputColumn, null, /*#__PURE__*/React.createElement(FormInput$1, {
40151
- labelTextWhenNoError: "Name on bank account",
40151
+ labelTextWhenNoError: "Name on checking account",
40152
40152
  errorMessages: nameErrors,
40153
40153
  field: fields.name,
40154
40154
  fieldActions: actions.fields.name,
@@ -40240,7 +40240,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
40240
40240
  hidden: hideDefaultPayment
40241
40241
  }), showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
40242
40242
  name: "bank checkbox",
40243
- title: "Save bank account to wallet",
40243
+ title: "Save checking account to wallet",
40244
40244
  checked: walletCheckboxMarked,
40245
40245
  onChange: saveToWallet
40246
40246
  })));