Browse Source

chore(stacktrace): tweak tooltip copy (#44600)

![Screenshot 2023-02-14 at 9 43 56
AM](https://user-images.githubusercontent.com/4830259/218816288-b77386e9-f89c-4a61-acf7-a48df483fe28.png)
Dora 2 years ago
parent
commit
7cb82e11f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/components/events/interfaces/nativeFrame.tsx

+ 1 - 1
static/app/components/events/interfaces/nativeFrame.tsx

@@ -225,7 +225,7 @@ function NativeFrame({
             {status === 'error' ? (
               <Tooltip
                 title={t(
-                  'This frame has missing deminification files and could not be symbolicated'
+                  'This frame has missing debug files and could not be symbolicated'
                 )}
               >
                 <IconFileBroken size="sm" color="errorText" />