diff --git a/static/app/views/performance/landing/index.tsx b/static/app/views/performance/landing/index.tsx index 58dcb377d85e37..5bdbfcd3243cb6 100644 --- a/static/app/views/performance/landing/index.tsx +++ b/static/app/views/performance/landing/index.tsx @@ -105,13 +105,19 @@ export function PerformanceLanding(props: Props) { {t( `To make it easier to see what's relevant for you, Sentry's Performance landing page is now being split into separate ` )} - {FRONTEND_SIDEBAR_LABEL} + + {FRONTEND_SIDEBAR_LABEL} + {`, `} - {BACKEND_SIDEBAR_LABEL} + + {BACKEND_SIDEBAR_LABEL} + {`, `} - {MOBILE_SIDEBAR_LABEL} + + {MOBILE_SIDEBAR_LABEL} + {t(', and ')} - {AI_SIDEBAR_LABEL} + {AI_SIDEBAR_LABEL} {t(' performance pages. They can all be found in the Insights tab.')} );