@huma-finance/widgets 0.0.61-beta.548 → 0.0.61-beta.550

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.
@@ -6116,7 +6116,7 @@ function ChooseAmount$4(_ref) {
6116
6116
  };
6117
6117
  let info = "".concat(shared.formatNumber(maxAmountFormatted), " Available");
6118
6118
  if (campaign && campaignPoints > 0) {
6119
- info = "You will earn ".concat(shared.formatNumber(campaignPoints), " points for the entire ").concat(lockupPeriodMonths, " months right away.");
6119
+ info = "You will earn ".concat(shared.formatNumber(campaignPoints), " Huma points for the entire ").concat(lockupPeriodMonths, " months.");
6120
6120
  }
6121
6121
  return jsxRuntime.jsx(InputAmountModal, {
6122
6122
  title: "Enter Amount",