From f359557ef43b9d1f8a710d17cfa817e81a00f0c8 Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Mon, 4 Oct 2021 13:59:02 -0700 Subject: [PATCH] CI for Fix description for home_screen_displayed metric (#21697) * Fix description for `home_screen_displayed` metric The current description appears to be incorrect by my reading of the source. * Update app/metrics.yaml Co-authored-by: Gabriel Luong Co-authored-by: Will Lachance Co-authored-by: Gabriel Luong --- app/metrics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index 3faa4cae88..4442b0ef99 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -4996,9 +4996,9 @@ home_menu: home_screen: home_screen_displayed: type: event - description: The user clicked the settings option in home menu. + description: The home screen was displayed. bugs: - - https://github.com/mozilla-mobile/fenix/issues/18856 + - https://github.com/mozilla-mobile/fenix/issues/18854 data_reviews: - https://github.com/mozilla-mobile/fenix/pull/19025 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789