Skip to content

Commit

Permalink
chore(analytics): fix the grammar on the mobile install events (#27255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus authored Jan 3, 2025
1 parent 7a78874 commit c4cbff4
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 @@ -184,11 +184,11 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
},
'Application Updated': {
label: 'Application Updated',
description: 'When a user upgrades mobile the app.',
description: 'When a user upgrades the mobile app.',
},
'Application Installed': {
label: 'Application Installed',
description: 'When a user installs mobile the app.',
description: 'When a user installs the mobile app.',
},
'Application Became Active': {
label: 'Application Became Active',
Expand Down

0 comments on commit c4cbff4

Please sign in to comment.