File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/com/duckduckgo/app/pixels Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ enum class AppPixelName(override val pixelName: String) : Pixel.PixelName {
363363
364364 REFRESH_ACTION_DAILY_PIXEL (" m_refresh_action_daily" ),
365365 RELOAD_TWICE_WITHIN_12_SECONDS (" m_reload_twice_within_12_seconds" ),
366- RELOAD_THREE_TIMES_WITHIN_20_SECONDS (" m_reload_three_times_within_20_seconds " ),
366+ RELOAD_THREE_TIMES_WITHIN_20_SECONDS (" m_reload-three-times-within-20-seconds " ),
367367
368- SITE_NOT_WORKING_WEBSITE_BROKEN (" site_not_working_website_is_broken " ),
369- SITE_NOT_WORKING_SHOWN (" site_not_working_shown " ),
368+ SITE_NOT_WORKING_WEBSITE_BROKEN (" m_site-not-working_website-is-broken " ),
369+ SITE_NOT_WORKING_SHOWN (" m_site-not-working_shown " ),
370370
371371 URI_LOADED (" m_uri_loaded" ),
372372
You can’t perform that action at this time.
0 commit comments