Changed capitalization from 'environment' to 'Environment' for section header. (#1591)

This commit is contained in:
Austin Hargis 2026-02-27 12:48:26 -05:00 committed by GitHub
parent 1dcecc4519
commit b9b5fc9c8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")