Andrew McKnight 1 year ago
parent
commit
903346f48a
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 generally available soon. Check out the What’s New tab for updates.'
+        ' The beta program for Profiling is closed. Profiling will be generally available soon. Check out the What’s New tab for updates.'
       )}
     </StyledAlert>
   );