Review the charges and credits for your plan change
{isCustomCurrent ? "Custom" : `${creditCurrency}${currentPrice}/${currentPlan.type}`}
{isCustomNew ? "Custom" : `${chargeCurrency}${newPrice}/${billingCycle}`}
Your plan will change {effectiveDate}. {isNextCycle ? " No immediate charge." : hasComparablePrices ? netAmount >= 0 ? ` You'll be charged ${chargeCurrency}${Math.abs(netAmount).toFixed(2)}.` : ` You'll receive a ${chargeCurrency}${Math.abs(netAmount).toFixed(2)} credit.` : " Amount will be finalized at checkout."}