From 1a492143031d8b8f5e8a57b54c278d3d31fde4c9 Mon Sep 17 00:00:00 2001 From: Dimas Restu H Date: Wed, 25 Oct 2023 10:05:33 +0700 Subject: [PATCH] update add case pair agent name prefix if agent type edge should be translated as Microsoft Edge --- pkg/whatsapp/whatsapp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/whatsapp/whatsapp.go b/pkg/whatsapp/whatsapp.go index ccd752b..77f6086 100644 --- a/pkg/whatsapp/whatsapp.go +++ b/pkg/whatsapp/whatsapp.go @@ -183,6 +183,8 @@ func WhatsAppGetPairName(agentType string) string { switch agentType { case "ie": prefix = "Internet Explorer" + case "edge": + prefix = "Microsoft Edge" case "uwp": prefix = "UWP" default: