From 032b572dbd7dc4830c89ef97406060b95aec6d8f Mon Sep 17 00:00:00 2001 From: AshGDS <8880610+AshGDS@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:51:42 +0000 Subject: [PATCH] Capitalise GA4 section value --- app/views/finders/_spelling_suggestion.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/finders/_spelling_suggestion.html.erb b/app/views/finders/_spelling_suggestion.html.erb index c9c38cbae..a9d6ccd53 100644 --- a/app/views/finders/_spelling_suggestion.html.erb +++ b/app/views/finders/_spelling_suggestion.html.erb @@ -9,7 +9,7 @@ ga4_link: { event_name: "navigation", type: "spelling suggestion", - section: "search", + section: "Search", text: suggestion[:keywords], } }