diff --git a/src/detection/host/host_mac.c b/src/detection/host/host_mac.c index 021eee4db..f2c5075d0 100644 --- a/src/detection/host/host_mac.c +++ b/src/detection/host/host_mac.c @@ -112,7 +112,7 @@ const char* ffHostGetMacProductNameWithHwModel(const FFstrbuf* hwModel) if(ffStrEquals(version, "17,7")) return "MacBook Pro (14-inch, M5 Max, 2026)"; if(ffStrEquals(version, "17,6")) return "MacBook Pro (16-inch, M5 Max, 2026)"; if(ffStrEquals(version, "17,5")) return "MacBook Neo (13-inch, A18 Pro, 2026)"; - if(ffStrEquals(version, "17,4")) return "MacBook Air (i5-inch, M5, 2026)"; + if(ffStrEquals(version, "17,4")) return "MacBook Air (15-inch, M5, 2026)"; if(ffStrEquals(version, "17,3")) return "MacBook Air (13-inch, M5, 2026)"; if(ffStrEquals(version, "17,2")) return "MacBook Pro (14-inch, M5, 2025)"; if(ffStrEquals(version, "16,13")) return "MacBook Air (15-inch, M4, 2025)";