Просмотр исходного кода

Add full stops and fix capitalization typo

Mike Plante 1 год назад
Родитель
Сommit
d7d08c46ac

+ 1 - 1
FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

@@ -159,7 +159,7 @@ extension DynamicSettings {
                             units: state.units,
                             units: state.units,
                             type: .decimal("adjustmentFactor"),
                             type: .decimal("adjustmentFactor"),
                             label: "Adjustment Factor (AF)",
                             label: "Adjustment Factor (AF)",
-                            miniHint: "ALter the rate of Dynamic ISF (Sensitivity) adjustments.",
+                            miniHint: "Alter the rate of Dynamic ISF (Sensitivity) adjustments.",
                             verboseHint:
                             verboseHint:
                             VStack(alignment: .leading, spacing: 10) {
                             VStack(alignment: .leading, spacing: 10) {
                                 Text("Default: 80%").bold()
                                 Text("Default: 80%").bold()

+ 7 - 5
FreeAPS/Sources/Modules/HealthKit/View/AppleHealthKitRootView.swift

@@ -50,11 +50,13 @@ extension AppleHealthKit {
                                 Text("Give Apple Health Write Permissions")
                                 Text("Give Apple Health Write Permissions")
                             }.padding(.bottom)
                             }.padding(.bottom)
                             VStack(alignment: .leading, spacing: 5) {
                             VStack(alignment: .leading, spacing: 5) {
-                                Text("1. Open the Settings app on your iOS device")
-                                Text("2. Scroll down or type \"Health\" in the settings search bar and select the \"Health\" app")
-                                Text("3. Tap on \"Data Access & Devices\"")
-                                Text("4. Find and select \"Trio\" from the list of apps")
-                                Text("5. Ensure that the \"Write Data\" option is enabled for the desired health metrics")
+                                Text("1. Open the Settings app on your iOS device.")
+                                Text(
+                                    "2. Scroll down or type \"Health\" in the settings search bar and select the \"Health\" app."
+                                )
+                                Text("3. Tap on \"Data Access & Devices\".")
+                                Text("4. Find and select \"Trio\" from the list of apps.")
+                                Text("5. Ensure that the \"Write Data\" option is enabled for the desired health metrics.")
                             }.font(.footnote)
                             }.font(.footnote)
                         }
                         }
                         .padding(.vertical)
                         .padding(.vertical)