-
Notifications
You must be signed in to change notification settings - Fork 64
chore(billing): tighten usage-based billing copy #3520
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ export function usageLimitContent(args: { | |
| return { | ||
| title: "Unlock premium models", | ||
| description: | ||
| "This model isn't included in the free tier. Add a payment method to your organization to unlock all models — you only pay for what you use. You can keep working now by switching to an included model.", | ||
| "To use this model, add a payment method to your account. Your first $20 of usage is on us each month - you only pay for what you use beyond that.\n\nOr, you can keep working now by switching to an open-source model.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here I would also specify that "you" is "your organization"
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. per slack thread - i had sorta-reverted this back to: > This model isn't included in the free plan. Add a payment method to your organization to unlock all models — you only pay for what you use. You can keep working now by switching to an included model. or, i can make this new copy clearer about the org, something like this? > To use this model, add a payment method to your account. Your organization's first $20 of usage is on us each month - only pay for what you use beyond that.\n\nOr, keep working now by switching to an open-source model. |
||
| actionLabel: "Add payment method", | ||
| dismissLabel: "Not now", | ||
| }; | ||
|
|
@@ -30,7 +30,7 @@ export function usageLimitContent(args: { | |
| title: "Free usage used up", | ||
| description: `Your organization has used up its included PostHog Code usage.${ | ||
| resetLabel ? ` ${resetLabel}.` : "" | ||
| } Add a payment method to keep going — you only pay for what you use.`, | ||
| } Add a payment method to keep going.`, | ||
| actionLabel: "Add payment method", | ||
| dismissLabel: "Not now", | ||
| }; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.