@thecb/components 11.1.11-beta.0 → 11.1.11-beta.1
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
|
@@ -60,7 +60,7 @@ const AutopayModalModule = ({
|
|
|
60
60
|
<Paragraph>
|
|
61
61
|
Are you sure you want to stop {plan}?
|
|
62
62
|
{!inactive && nextDate && nextDate !== "On"
|
|
63
|
-
? "Your next payment will be due on " + nextDate + "."
|
|
63
|
+
? " Your next payment will be due on " + nextDate + "."
|
|
64
64
|
: ""}
|
|
65
65
|
</Paragraph>
|
|
66
66
|
{!isPaymentPlan && (
|