@thecb/components 10.1.3-beta.2 → 10.1.3-beta.3
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/package.json
CHANGED
|
@@ -43,7 +43,7 @@ const AutopayModal = ({
|
|
|
43
43
|
};
|
|
44
44
|
const plan = isPaymentPlan ? "your payment plan" : "autopay";
|
|
45
45
|
const shortPlan = isPaymentPlan ? "Payment Plan" : "Autopay";
|
|
46
|
-
const deactivateText = `stop ${shortPlan} for ${description}: ${subDescription}`;
|
|
46
|
+
const deactivateText = `stop ${shortPlan.toLowerCase()} for ${description}: ${subDescription}`;
|
|
47
47
|
const activateText = `Set Up ${shortPlan} for ${description}: ${subDescription}`;
|
|
48
48
|
const nextDate = dueDate || nextAutopayDate;
|
|
49
49
|
const modalExtraProps = {
|