From 283bae5ff11017021b9c7496d4ebfff472129dc5 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Mon, 26 Apr 2021 19:24:23 -0400 Subject: [PATCH] [fenix] No issue - Properly quote description for ad metric (https://github.com/mozilla-mobile/fenix/pull/19243) This is pedantic, but strictly something called is considered an HTML tag unless it's in a code block (backticks). See mozilla/glean-dictionaryhttps://github.com/mozilla-mobile/fenix/pull/549 and mozilla/glean-dictionaryhttps://github.com/mozilla-mobile/fenix/pull/497. I'm going to fix this upstream but figured I might as well file a PR here to fix the underlying issue. --- app/metrics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index 59f89331d..8eb6325b8 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -3949,7 +3949,7 @@ browser.search: type: labeled_counter description: | Records counts of SERP pages with adverts displayed. - The key format is ‘’. + The key format is ``. send_in_pings: - metrics bugs: @@ -3966,7 +3966,7 @@ browser.search: type: labeled_counter description: | Records clicks of adverts on SERP pages. - The key format is ‘’. + The key format is ``. send_in_pings: - metrics bugs: