From 1970c1abb284ea5d3a771e685309c7f13202fe4e Mon Sep 17 00:00:00 2001 From: Dominik Buszowiecki Date: Wed, 27 Nov 2024 11:03:50 -0500 Subject: [PATCH] add slash to perf page info alert --- static/app/views/performance/landing/index.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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.')} );