Browse Source

fix(growth): Change sample transaction button text (#28997)

Zhixing Zhang 3 years ago
parent
commit
4a7b748f84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/onboarding.tsx

+ 1 - 1
static/app/views/performance/onboarding.tsx

@@ -152,7 +152,7 @@ function Onboarding({organization, project, api}: Props) {
             }
           }}
         >
-          {t('Create Sample Transaction')}
+          {t('View Sample Transaction')}
         </Button>
       </ButtonList>
       <FeatureTourModal