Browse Source

fix(issues): Fix Verison -> Version (#78357)

Matt Duncan 5 months ago
parent
commit
438ed5155f

+ 1 - 1
static/app/views/settings/project/projectFilters/index.spec.tsx

@@ -110,7 +110,7 @@ describe('ProjectFilters', function () {
 
     expect(
       await screen.findByRole('checkbox', {
-        name: 'Internet Explorer Verison 11 and lower',
+        name: 'Internet Explorer Version 11 and lower',
       })
     ).toBeChecked();
 

+ 1 - 1
static/app/views/settings/project/projectFilters/projectFiltersSettings.tsx

@@ -130,7 +130,7 @@ const LEGACY_BROWSER_SUBFILTERS = {
   ie: {
     icon: iconIe,
     title: 'Internet Explorer',
-    helpText: 'Verison 11 and lower',
+    helpText: 'Version 11 and lower',
     legacy: false,
   },
   ie_pre_9: {