Skip to content

Commit

Permalink
Remove m prefix from pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Nov 7, 2024
1 parent 516ee5f commit 68a919e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ enum class AppPixelName(override val pixelName: String) : Pixel.PixelName {
RELOAD_THREE_TIMES_WITHIN_20_SECONDS("m_reload_three_times_within_20_seconds"),

SITE_NOT_WORKING_WEBSITE_BROKEN("site_not_working_website_is_broken"),
SITE_NOT_WORKING_SHOWN("m.site_not_working_shown"),
SITE_NOT_WORKING_SHOWN("site_not_working_shown"),

URI_LOADED("m_uri_loaded"),

Expand Down

0 comments on commit 68a919e

Please sign in to comment.