Browse Source

feat(traces): updated btn copy (#71357)

**Before:**
![Screenshot 2024-05-22 at 9 30
03 AM](https://github.com/getsentry/sentry/assets/4830259/d4efffbb-0615-4b34-a9d3-377f81c242ea)

**After:**
![Screenshot 2024-05-22 at 9 29
43 AM](https://github.com/getsentry/sentry/assets/4830259/00d07670-c625-443c-b9c2-90ded11918ab)
Dora 9 months ago
parent
commit
995c409c8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/traces/tracesSearchBar.tsx

+ 1 - 1
static/app/views/performance/traces/tracesSearchBar.tsx

@@ -69,7 +69,7 @@ export function TracesSearchBar({
           size="sm"
           onClick={() => handleSearch(localQueries.length, '')}
         >
-          {t('Add Span')}
+          {t('Add Span Condition')}
         </Button>
       ) : null}
     </TraceSearchBarsContainer>