Skip to content

Commit

Permalink
fix: fix typo in snap install rejected metric (#23618)
Browse files Browse the repository at this point in the history
## **Description**

Fixes a typo in the name for the `SnapInstallRejected` MetaMetrics
event.

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/23618?quickstart=1)
  • Loading branch information
bowensanders authored Mar 20, 2024
1 parent a345f9b commit 5974f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/constants/metametrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ export enum MetaMetricsEventName {
///: BEGIN:ONLY_INCLUDE_IF(snaps)
SnapInstallStarted = 'Snap Install Started',
SnapInstallFailed = 'Snap Install Failed',
SnapInstallRejected = 'Snap Update Rejected',
SnapInstallRejected = 'Snap Install Rejected',
SnapInstalled = 'Snap Installed',
SnapUninstalled = 'Snap Uninstalled',
SnapUpdateStarted = 'Snap Update Started',
Expand Down

0 comments on commit 5974f8b

Please sign in to comment.