fix(website): correct top-up credit rollover copy on cloud pricing#12923
Conversation
The 'Add more credits anytime' feature on /cloud/pricing claimed unused top-up credits 'roll over to the next month automatically for up to 1 year.' Per product (Pablo, #cloud Slack) top-up credits do NOT roll over. Reword (en + zh-CN) to state top-up credits are valid for 1 year from purchase and do not roll over with the monthly plan, matching docs/interface/credits.mdx. Scoped to the only rollover claim on the page; the tier cards only say 'top-ups available' and need no change.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughTwo translation strings ( ChangesPricing Top-up Credit Copy
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
🌐 Website E2ECaution Some tests failed.
🔗 Website PreviewWebsite Preview: https://comfy-website-preview-pr-12923.vercel.app This commit: https://website-frontend-94xvmfmgb-comfyui.vercel.app Last updated: 2026-06-17T17:52:27Z for |
Summary
The
/cloud/pricingpage's "Add more credits anytime" feature claims unused top-up credits roll over to the next month. Per product (Pablo, #cloud), top-up credits do not roll over. Fix the copy to match policy and the docs.Changes
pricing.included.feature5.description(en + zh-CN) inapps/website/src/i18n/translations.ts.docs/interface/credits.mdx).Deliberately out of scope
The Slack thread surfaced an unresolved question: Pablo said top-ups don't roll over "as opposed to subscription credits which do," but
docs/interface/credits.mdxsays monthly credits don't roll over either. This PR makes no claim about subscription/monthly credit rollover (the new copy is neutral: "do not roll over with your monthly plan"). Resolving that — and the optional FAQ entry / docs alignment Glary-Bot proposed — needs a product decision first. Flagging for follow-up.