Browse Source

feat(ddm): Update onboarding button copy (#64251)

- closes https://github.com/getsentry/sentry/issues/64038
ArthurKnaus 1 year ago
parent
commit
d354918f3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/ddm/pageHeaderActions.tsx

+ 1 - 1
static/app/views/ddm/pageHeaderActions.tsx

@@ -138,7 +138,7 @@ export function PageHeaderActions({showCustomMetricButton, addCustomMetric}: Pro
     <ButtonBar gap={1}>
       {showCustomMetricButton && (
         <Button priority="primary" onClick={() => addCustomMetric('header')} size="sm">
-          {t('Add Custom Metric')}
+          {t('Set Up Custom Metrics')}
         </Button>
       )}
       <Button