Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Dec 22, 2023
1 parent 3701d38 commit 3c6e699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export const KEY_MAPPING: KeyMappingInterface = {
},
'Application Updated': {
label: 'Application Updated',
description: 'When a user upgrades the mobile app.',
description: 'When a user upgrades the app.',
},
'Application Installed': {
label: 'Application Installed',
Expand All @@ -830,7 +830,7 @@ export const KEY_MAPPING: KeyMappingInterface = {
},
'Deep Link Opened': {
label: 'Deep Link Opened',
description: 'When a user opens the via via a deep link.',
description: 'When a user opens the app via a deep link.',
},
},
element: {
Expand Down

0 comments on commit 3c6e699

Please sign in to comment.