-
Notifications
You must be signed in to change notification settings - Fork 60
chore(billing): tighten usage-based billing copy #3520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.