Skip to content

Commit

Permalink
fix(web-analytics): Say open beta instead of opt-in beta (#23027)
Browse files Browse the repository at this point in the history
Say open beta
  • Loading branch information
robbie-c authored Jun 17, 2024
1 parent f5149a1 commit cf99128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/web-analytics/WebAnalyticsNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const WebAnalyticsNotice = (): JSX.Element => {
<LemonBanner type="info" className="my-4">
<div className="flex items-center flex-wrap gap-2 justify-between">
<div className="flex-1 min-w-full sm:min-w-0">
PostHog Web Analytics is in opt-in Beta. Thanks for taking part! We'd love to hear what you think.
PostHog Web Analytics is in open beta. Thanks for taking part! We'd love to hear what you think.
</div>
{showSupportOptions ? (
<span className="flex items-center gap-2">
Expand Down

0 comments on commit cf99128

Please sign in to comment.