From b9b5fc9c8b5a965733dc596a4e807f1255c0846a Mon Sep 17 00:00:00 2001 From: Austin Hargis <25471876+austinhargis@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:48:26 -0500 Subject: [PATCH] Changed capitalization from 'environment' to 'Environment' for section header. (#1591) --- Meshtastic/Views/Settings/AppSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/AppSettings.swift b/Meshtastic/Views/Settings/AppSettings.swift index 23ed226e..495a2910 100644 --- a/Meshtastic/Views/Settings/AppSettings.swift +++ b/Meshtastic/Views/Settings/AppSettings.swift @@ -70,7 +70,7 @@ struct AppSettings: View { } #endif } - Section(header: Text("environment")) { + Section(header: Text("Environment")) { VStack(alignment: .leading) { Toggle(isOn: $environmentEnableWeatherKit) { Label("Weather Conditions", systemImage: "cloud.sun")