File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
WordPressAnalytics/src/main/java/org/wordpress/android/analytics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -667,19 +667,19 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
667667 break ;
668668 case STATS_SELECTED_INSTALL_JETPACK :
669669 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
670- mixpanelInstructionsForEventName ("Selected Install Jetpack" );
670+ mixpanelInstructionsForEventName ("Stats - Selected Install Jetpack" );
671671 break ;
672672 case STATS_WIDGET_ADDED :
673673 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
674- mixpanelInstructionsForEventName ("Stats Widget Added" );
674+ mixpanelInstructionsForEventName ("Stats - Widget Added" );
675675 break ;
676676 case STATS_WIDGET_REMOVED :
677677 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
678- mixpanelInstructionsForEventName ("Stats Widget Removed" );
678+ mixpanelInstructionsForEventName ("Stats - Widget Removed" );
679679 break ;
680680 case STATS_WIDGET_TAPPED :
681681 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
682- mixpanelInstructionsForEventName ("Stats Widget Tapped" );
682+ mixpanelInstructionsForEventName ("Stats - Widget Tapped" );
683683 break ;
684684 case PUSH_NOTIFICATION_RECEIVED :
685685 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
You can’t perform that action at this time.
0 commit comments