Skip to content

Commit 301c7fc

Browse files
committed
Rename pixels according to the spec
1 parent d8bdb6c commit 301c7fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/duckduckgo/app/pixels/AppPixelName.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)