Browse Source

Tinker with trace view onboarding copy (#25723)

Chad Whitacre 3 years ago
parent
commit
9bdd7aa7f0
1 changed files with 2 additions and 4 deletions
  1. 2 4
      static/app/components/assistant/getGuidesContent.tsx

+ 2 - 4
static/app/components/assistant/getGuidesContent.tsx

@@ -241,15 +241,13 @@ export default function getGuidesContent(orgSlug: string | null): GuidesContent
           title: t('Transactions'),
           target: 'trace_view_guide_row',
           description: t(
-            `Get an overview of every transaction. You can quickly see the all the transactions in a trace alongside the project, transaction duration, and any related errors.`
+            `Get an overview of every transaction. You can quickly see all the transactions in a trace alongside the project, transaction duration, and any related errors.`
           ),
         },
         {
           title: t('Transactions Details'),
           target: 'trace_view_guide_row_details',
-          description: t(
-            `Click on any transaction to get see more details and even go to its transaction details.`
-          ),
+          description: t(`Click on any transaction to see more details.`),
         },
       ],
     },