diff --git a/src/app/Analytics.ts b/src/app/Analytics.ts index c006e1d5..a91715d2 100644 --- a/src/app/Analytics.ts +++ b/src/app/Analytics.ts @@ -136,7 +136,7 @@ export namespace Analytics { } export function redoGenerator(file_type: string, history: number, method: Method) { - event(ID_GENERATOR, 'undo', legacyMethod(method)) + event(ID_GENERATOR, 'redo', legacyMethod(method)) gtag('event', 'redo_generator', { file_type, history,