Browse Source

Fix typo "breadpad" (#58923)

Debug Information Files should show Breakpad instead of Breadpad
Zsofia 1 year ago
parent
commit
fa5c7b6c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/settings/projectDebugFiles/utils.tsx

+ 1 - 1
static/app/views/settings/projectDebugFiles/utils.tsx

@@ -3,7 +3,7 @@ import {DebugFile, DebugFileFeature, DebugFileType} from 'sentry/types/debugFile
 
 const PRETTY_SYMBOL_TYPES = {
   proguard: t('ProGuard mapping'),
-  breakpad: t('Breadpad'),
+  breakpad: t('Breakpad'),
   macho: t('Mach-O'),
   elf: t('ELF'),
   pe: t('PE'),