Browse Source

chore(profiling): Update profiling beta wording (#48006)

Clarify what happens to the profiles sent after the beta closed.
Tony Xiao 1 year ago
parent
commit
6ad38c8a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/profiling/content.tsx

+ 1 - 1
static/app/views/profiling/content.tsx

@@ -345,7 +345,7 @@ function ProfilingBetaEndAlertBanner({organization}: {organization: Organization
   return (
     <StyledAlert system type="info">
       {t(
-        ' The beta program for Profiling is closed. Profiling will be generally available soon. Check out the What’s New tab for updates.'
+        "The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard. Check out the What’s New tab for updates."
       )}
     </StyledAlert>
   );