Skip to content

Commit

Permalink
lowercase pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Nov 1, 2024
1 parent 545618f commit 1fca336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Statistics/GeneralPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ enum GeneralPixel: PixelKitEventV2 {
case .aichatToolbarOnboardingPopoverAccept:
return "m_mac_aichat_toolbar-onboarding-popover-accept"
case .aichatNoRemoteSettingsFound(let settings):
return "m_mac_aichat_no_remote_settings_found-\(settings.rawValue)"
return "m_mac_aichat_no_remote_settings_found-\(settings.rawValue.lowercased())"

// Sync
case .syncSignupDirect:
Expand Down

0 comments on commit 1fca336

Please sign in to comment.