summarylogtreecommitdiffstats
path: root/clash-user-1.3.5.patch
blob: e2d0848f6e5ab274215b5926d7e98811ce44911e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/constant/adapters.go b/constant/adapters.go
index 4ba891d..85c8c10 100644
--- a/constant/adapters.go
+++ b/constant/adapters.go
@@ -108,9 +108,9 @@ func (at AdapterType) String() string {
 	case Socks5:
 		return "Socks5"
 	case Http:
-		return "Http"
+		return "HTTP"
 	case Vmess:
-		return "Vmess"
+		return "VMess"
 	case Trojan:
 		return "Trojan"