Skip to content

Commit

Permalink
change event name to match with backup
Browse files Browse the repository at this point in the history
Signed-off-by: Akintayo A. Olusegun <[email protected]>
  • Loading branch information
segun committed Aug 2, 2022
1 parent 914f517 commit 968b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class BackupController {

if (preferences && addressBook) {
this._trackMetaMetricsEvent({
event: 'User Restored Data From Backup',
event: 'User Data Imported',
category: 'Backup',
});
}
Expand Down

0 comments on commit 968b34e

Please sign in to comment.