Sfoglia il codice sorgente

remove all .italic() and """

tmhastings 1 anno fa
parent
commit
57dec9f101

+ 10 - 13
FreeAPS/Sources/Modules/AlgorithmAdvancedSettings/View/AlgorithmAdvancedSettingsRootView.swift

@@ -68,8 +68,7 @@ extension AlgorithmAdvancedSettings {
                                 "This setting restricts the maximum temporary basal rate Trio can set. At the default of 300%, it caps it at 3 times your highest programmed basal rate."
                             )
                             Text("It serves as a safety limit, ensuring no temporary basal rates exceed safe levels.")
-                            Text("Note: If Autotune is enabled, Trio uses Autotune basals instead of scheduled basals.").italic()
-                            Text("Warning: Increasing this setting is not advised.").bold().italic()
+                            Text("Warning: Increasing this setting is not advised.").bold()
                         }
                     }
                 )
@@ -101,8 +100,7 @@ extension AlgorithmAdvancedSettings {
                             Text(
                                 "This prevents excessive dosing, especially during times of variable insulin sensitivity, enhancing safety."
                             )
-                            Text("Note: If Autotune is enabled, Trio uses Autotune basals instead of scheduled basals.").italic()
-                            Text("Warning: Increasing this setting is not advised.").bold().italic()
+                            Text("Warning: Increasing this setting is not advised.").bold()
                         }
                     }
                 )
@@ -134,8 +132,7 @@ extension AlgorithmAdvancedSettings {
                             Text(
                                 "Tip: It is better to use Custom Peak Time rather than adjust your Duration of Insulin Action (DIA)"
                             )
-                            .italic()
-                            Text("Warning: Decreasing this setting is not advised.").bold().italic()
+                            Text("Warning: Decreasing this setting is not advised.").bold()
                         }
                     }
                 )
@@ -219,7 +216,7 @@ extension AlgorithmAdvancedSettings {
                             Text(
                                 "Enabling Unsuspend If No Temp allows Trio to resume your pump if you forget, as long as a zero temp basal was set first. This feature ensures insulin delivery restarts if you forget to manually unsuspend, adding a safeguard for pump reconnections."
                             )
-                            Text("Note: Applies only to pumps with on-pump suspend options").italic()
+                            Text("Note: Applies only to pumps with on-pump suspend options")
                         }
                     }
                 )
@@ -248,7 +245,7 @@ extension AlgorithmAdvancedSettings {
                             Text(
                                 "This prevents lingering insulin effects when your pump is suspended, ensuring safer management of insulin on board."
                             )
-                            Text("Note: Applies to only to pumps with on-pump suspend options").italic()
+                            Text("Note: Applies to only to pumps with on-pump suspend options")
                         }
                     }
                 )
@@ -299,13 +296,13 @@ extension AlgorithmAdvancedSettings {
                         Text("mmol/L Default: 0.4 mmol/L/5min").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
-                                "Min 5m Carb Impact sets the expected glucose rise from carbs over 5 minutes when absorption isnt obvious from glucose data."
+                                "Min 5m Carb Impact sets the expected glucose rise from carbs over 5 minutes when absorption isn't obvious from glucose data."
                             )
                             Text(
                                 "The default value of 8 mg/dL per 5 minutes corresponds to an absorption rate of 24g of carbs per hour."
                             )
                             Text(
-                                "This setting helps the system estimate how much glucose your body is absorbing, even when its not immediately visible in your glucose data, ensuring more accurate insulin dosing during carb absorption."
+                                "This setting helps the system estimate how much glucose your body is absorbing, even when it's not immediately visible in your glucose data, ensuring more accurate insulin dosing during carb absorption."
                             )
                         }
                     }
@@ -330,7 +327,7 @@ extension AlgorithmAdvancedSettings {
                         Text("Default: 100%").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
-                                "Remaining Carbs Percentage estimates carbs still absorbing over 4 hours if glucose data doesnt show clear absorption."
+                                "Remaining Carbs Percentage estimates carbs still absorbing over 4 hours if glucose data doesn't show clear absorption."
                             )
                             Text(
                                 "This fallback setting prevents under-dosing by spreading a portion of the entered carbs over time, balancing insulin needs with undetected carb impact."
@@ -358,10 +355,10 @@ extension AlgorithmAdvancedSettings {
                         Text("Default: 90g").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
-                                "The Remaining Carbs Cap defines the upper limit for how many carbs the system will assume are absorbing over 4 hours, even when theres no clear sign of absorption from your glucose readings."
+                                "The Remaining Carbs Cap defines the upper limit for how many carbs the system will assume are absorbing over 4 hours, even when there's no clear sign of absorption from your glucose readings."
                             )
                             Text(
-                                "This cap prevents the system from overestimating how much insulin is needed when carb absorption isnt visible, offering a safeguard for accurate dosing."
+                                "This cap prevents the system from overestimating how much insulin is needed when carb absorption isn't visible, offering a safeguard for accurate dosing."
                             )
                         }
                     }

+ 1 - 4
FreeAPS/Sources/Modules/AutosensSettings/View/AutosensSettingsRootView.swift

@@ -61,7 +61,6 @@ extension AutosensSettings {
                             Text(
                                 "Tip: Increasing this value allows automatic adjustments of basal rates to be higher, ISF to be lower, and CR to be lower."
                             )
-                            .italic()
                         }
                     },
                     headerText: "Glucose Deviations Algorithm"
@@ -94,7 +93,6 @@ extension AutosensSettings {
                             Text(
                                 "Tip: Decreasing this value allows automatic adjustments of basal rates to be lower, ISF to be higher, and CR to be higher."
                             )
-                            .italic()
                         }
                     }
                 )
@@ -116,7 +114,7 @@ extension AutosensSettings {
                     miniHint: "Pump rewind initiates a reset in Autosens Ratio \nDefault: ON",
                     verboseHint: VStack(spacing: 10) {
                         Text("Default: ON").bold()
-                        Text("Medtronic Users Only").bold().italic()
+                        Text("Medtronic Users Only").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                                 "This feature resets the Autosens Ratio to neutral when you rewind your pump on the assumption that this corresponds to a site change."
@@ -127,7 +125,6 @@ extension AutosensSettings {
                             Text(
                                 "Tip: If you usually rewind your pump independently of site changes, you may want to consider disabling this feature."
                             )
-                            .italic()
                         }
                     }
                 )

+ 1 - 1
FreeAPS/Sources/Modules/AutotuneConfig/View/AutotuneConfigRootView.swift

@@ -74,7 +74,7 @@ extension AutotuneConfig {
                     verboseHint: VStack(spacing: 10) {
                         Text("Default: OFF").bold()
                         VStack(alignment: .leading, spacing: 10) {
-                            Text("It is not advised to use Autotune with Trio").bold().italic()
+                            Text("It is not advised to use Autotune with Trio").bold()
                             Text("Autotune is not designed to work with Trio. It is best to keep Autotune off and do not use it.")
                         }
                     },

+ 0 - 5
FreeAPS/Sources/Modules/BolusCalculatorConfig/View/BolusCalculatorConfigRootView.swift

@@ -96,7 +96,6 @@ extension BolusCalculatorConfig {
                             Text(
                                 "Tip: If you are a new Trio user, it is not advised to set this to 100% until you have verified that your core settings (CR, ISF, basals) do not need adjusting."
                             )
-                            .italic()
                         }
                     },
                     headerText: "Calculator Configuration"
@@ -123,7 +122,6 @@ extension BolusCalculatorConfig {
                         Text("Default Percent: 70%").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text("Do not enable this feature until you have optimized your CR (carb ratio) setting.").bold()
-                                .italic()
                             Text(
                                 "Enabling this setting adds a \"Fatty Meal\" option to the bolus calculator. Once this feature is enabled, a percentage setting will appear below this for you to select."
                             )
@@ -133,7 +131,6 @@ extension BolusCalculatorConfig {
                             Text(
                                 "Tip: This setting should be ↓LOWER↓ than your Recommended Bolus Percentage setting to enable the bolus calculator the ability to give less than the calculated amount to prevent lows due to carbs absorbing very slowly. This could be useful when eating meals like pizza."
                             )
-                            .italic()
                         }
                     }
                 )
@@ -159,7 +156,6 @@ extension BolusCalculatorConfig {
                         Text("Default Percent: 200%").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text("Do not enable this feature until you have optimized your CR (carb ratio) setting.").bold()
-                                .italic()
                             Text(
                                 "Enabling this setting adds a \"Super Bolus\" option to the bolus calculator. Once this feature is enabled, a percentage setting will appear below this for you to select."
                             )
@@ -170,7 +166,6 @@ extension BolusCalculatorConfig {
                             Text(
                                 "Tip: This setting should be ↑HIGHER↑ than your Recommended Bolus Percentage setting to enable the bolus calculator the ability to give above the calculated amount to address carbs that absorb very quickly. This could be useful when eating sweets."
                             )
-                            .italic()
                         }
                     }
                 )

+ 1 - 1
FreeAPS/Sources/Modules/CalendarEventSettings/View/CalendarEventSettingsRootView.swift

@@ -61,7 +61,7 @@ extension CalendarEventSettings {
                             Text(
                                 "Once enabled, the available customizations will appear. You can customize with the calendar of your choosing, use of emoji labels, and the inclusion of IOB & COB data."
                             )
-                            Text("Note: Once a new calendar event is created, the previous event will be deleted.").italic()
+                            Text("Note: Once a new calendar event is created, the previous event will be deleted.")
                         }
                     },
                     headerText: "Diabetes Data as Calendar Event"

+ 14 - 32
FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

@@ -81,11 +81,10 @@ extension DynamicSettings {
                                 "Dynamic ISF produces a Dynamic Ratio, replacing the Autosens Ratio, determining how much your profile ISF will be adjusted every loop cycle, ensuring it stays within safe limits set by your Autosens Min/Max settings. It provides more precise insulin dosing by responding to changes in insulin needs throughout the day."
                             )
                             VStack(alignment: .leading, spacing: 10) {
-                                Text("New ISF = (Profile ISF) ÷ (Dynamic Ratio)").italic()
-                                Text("Dynamic Ratio = (Profile ISF) × AF × TDD × (log(BG ÷ (Insulin Factor) + 1)) ÷ 1800")
-                                    .italic()
-                                Text("Insulin Factor = 120 - (Insulin Peak Time)").italic()
-                            }
+                                Text("New ISF =\nProfile ISF) ÷ (Dynamic Ratio)")
+                                Text("Dynamic Ratio =\n(Profile ISF) × AF × TDD × (log(BG ÷ (Insulin Factor) + 1)) ÷ 1800")
+                                Text("Insulin Factor =\n120 - (Insulin Peak Time)")
+                            }.color(.accentColor)
                         }
                     },
                     headerText: "Dynamic Settings"
@@ -122,7 +121,6 @@ extension DynamicSettings {
                                 Text(
                                     "Note: It’s recommended not to use this feature with a high Insulin Fraction (>2), as it can cause insulin dosing to become too aggressive."
                                 )
-                                .italic()
                             }
                         }
                     )
@@ -153,11 +151,9 @@ extension DynamicSettings {
                                 )
                                 Text("Careful tuning is essential to avoid overly aggressive insulin changes.")
                                 Text("It is not recommended to set Autosens Max above 150% to maintain safe insulin dosing.")
-                                    .italic()
                                 Text(
                                     "There has been no empirical data analysis to support the use of the Sigmoid Formula for dynamic sensitivity determination."
-                                )
-                                .italic().bold()
+                                ).bold()
                             }
                         }
                     )
@@ -190,7 +186,7 @@ extension DynamicSettings {
                                     Text(
                                         "Warning: Increasing this setting too high can result in a much lower ISF used at your target glucose than your profile ISF. Decreasing this setting too low can result in a much higher ISF used at your target glucose. It is best to utilize the Desmos graphs from the Trio Docs to optimize all Dynamic Settings."
                                     )
-                                    .bold().italic()
+                                    .bold()
                                 }
                             }
                         )
@@ -225,7 +221,6 @@ extension DynamicSettings {
                                     Text(
                                         "Due to how the curve is calculated when using the Sigmoid Formula, increasing this setting has a different impact on the steepness of the curve than in the standard logarithmic Dynamic ISF calculation. Use caution when adjusting this setting."
                                     )
-                                    .italic()
                                 }
                             }
                         )
@@ -278,24 +273,12 @@ extension DynamicSettings {
                         miniHint: "Use Dynamic Ratio to adjust basal rates \nDefault: OFF",
                         verboseHint: VStack(spacing: 10) {
                             Text("Default: OFF").bold()
-                            Text("""
-
-                            Turn this setting on to give basal adjustments more agility. Keep this setting off if your basal needs are not highly variable.
-
-                            Normally, a new basal rate is set by autosens:
-
-                            """)
-                            Text("New Basal Profile = (Current Basal Profile) x (Autosens Ratio)").italic()
-                            Text("""
-
-                            Adjust Basal replaces the standard Autosens Ratio calculation with its own Autosens Ratio calculated as such:
-
-                            """)
-                            Text("""
-                            Autosens Ratio = (Weighted Average of TDD) ÷ (10-day Average of TDD)
-
-                            New Basal Profile = (Current Basal Profile) × (Autosens Ratio)
-                            """).italic()
+                            Text("Turn this setting on to give basal adjustments more agility. Keep this setting off if your basal needs are not highly variable.")
+                            Text("Normally, a new basal rate is set by autosens:")
+                            Text("New Basal Profile =\n(Current Basal Profile) x (Autosens Ratio)")
+                            Text("Adjust Basal replaces the standard Autosens Ratio calculation with its own Autosens Ratio calculated as such:")
+                            Text("Autosens Ratio =\n(Weighted Average of TDD) ÷ (10-day Average of TDD)")
+                            Text("New Basal Profile =\n(Current Basal Profile) × (Autosens Ratio)")
                         }
                     )
 
@@ -326,19 +309,18 @@ extension DynamicSettings {
                                 VStack(alignment: .leading, spacing: 10) {
                                     VStack(alignment: .leading, spacing: 5) {
                                         Text("The default setting is based on this calculation:").bold()
-                                        Text("Target BG - 0.5 × (Target BG - 40)").italic()
+                                        Text("Target BG - 0.5 × (Target BG - 40)")
                                     }
                                     VStack(alignment: .leading, spacing: 5) {
                                         Text(
                                             "If your glucose target is 110 mg/dL, Trio will use a safety threshold of 75 mg/dL, unless you set Minimum Safety Threshold (mg/dL) to something > 75."
                                         )
-                                        Text("110 - 0.5 × (110 - 40) = 75").italic()
+                                        Text("110 - 0.5 × (110 - 40) = 75")
                                     }
                                     Text("This setting is limited to values between 60 - 120 mg/dL (3.3 - 6.6 mmol/L)")
                                     Text(
                                         "Note: Basal may be resumed if there's negative IOB and glucose is rising faster than the forecast."
                                     )
-                                    .italic()
                                 }
                             }
                         }

+ 1 - 3
FreeAPS/Sources/Modules/GeneralSettings/View/UnitsLimitsSettingsRootView.swift

@@ -63,7 +63,6 @@ extension UnitsLimitsSettings {
                         Text("Default: 0 units").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text("Warning: This must be greater than 0 for any automatic temp basals or SMBs to be given.").bold()
-                                .italic()
                             Text(
                                 "The maximum amount of Insulin On Board (IOB) above profile basals from all sources - positive temp basals, manual or meal boluses, and SMBs - that Trio is allowed to accumulate to address a higher-than-target glucose."
                             )
@@ -73,7 +72,6 @@ extension UnitsLimitsSettings {
                             Text(
                                 "Note: You can still manually bolus above this limit, but the suggested bolus amount will never exceed this in the bolus calculator."
                             )
-                            .italic()
                         }
                     }
                 )
@@ -148,7 +146,7 @@ extension UnitsLimitsSettings {
                             Text(
                                 "Maximum Carbs On Board (COB) allowed. If more carbs are entered than allowed by this limit, Trio will cap the current COB in calculations to Max COB and remain at max until all remaining carbs have shown to be absorbed."
                             )
-                            Text("This is an important limit when UAM is ON.").italic()
+                            Text("This is an important limit when UAM is ON.")
                         }
                     }
                 )

+ 0 - 1
FreeAPS/Sources/Modules/HealthKit/View/AppleHealthKitRootView.swift

@@ -53,7 +53,6 @@ extension AppleHealthKit {
                         VStack(alignment: .leading, spacing: 10) {
                             Text("This allows Trio to read from and write to Apple Health.")
                             Text("Warning: You must also give permissions in iOS System Settings for the Health app.").bold()
-                                .italic()
                         }
                     },
                     headerText: "Apple Health Integration"

+ 3 - 4
FreeAPS/Sources/Modules/MealSettings/View/MealSettingsRootView.swift

@@ -237,7 +237,7 @@ extension MealSettings {
                         VStack(spacing: 5) {
                             Text(
                                 "You can personalize the conversion calculation by adjusting the following settings that will appear when this option is enabled:"
-                            ).italic()
+                            )
                             VStack(alignment: .leading) {
                                 Text("• Fat and Protein Delay")
                                 Text("• Maximum Duration")
@@ -303,7 +303,7 @@ extension MealSettings {
                                 )
                                 Text("Increasing this setting may result in more FPU entries with smaller carb values.")
                                 Text("Decreasing this setting may result in fewer FPU entries with larger carb values.")
-                                Text("Note: Accepted range for this setting is 5 - 12 hours.").italic()
+                                Text("Note: Accepted range for this setting is 5 - 12 hours.")
                             }
                         }
                     )
@@ -332,7 +332,7 @@ extension MealSettings {
                                 Text("The shorter the interval, the smoother the correlating dosing result.")
                                 Text("Increasing this setting may result in fewer FPU entries with larger carb values.")
                                 Text("Decreasing this setting may result in more FPU entries with smaller carb values.")
-                                Text("Accepted range for this setting is 5 - 60 minutes.").italic()
+                                Text("Accepted range for this setting is 5 - 60 minutes.")
                             }
                         }
                     )
@@ -367,7 +367,6 @@ extension MealSettings {
                                 Text(
                                     "Tip: You may find that your normal carb ratio needs to increase to a larger number when you begin adding fat and protein entries. For this reason, it is best to start with a factor of about 50% to ease"
                                 )
-                                .italic()
                             }
                         }
                     )

+ 13 - 27
FreeAPS/Sources/Modules/NightscoutConfig/View/NightscoutConfigRootView.swift

@@ -65,17 +65,17 @@ extension NightscoutConfig {
                             Button {
                                 importAlert = Alert(
                                     title: Text("Import Therapy Settings?"),
-                                    message: Text(
-                                        """
-                                        Are you sure you want to import profile settings from Nightscout?
-
-                                        This will overwrite the following Trio therapy settings:
-                                            • Basal Rates
-                                            • Insulin Sensitivities
-                                            • Carb Ratios
-                                            • Target Glucose
-                                            • Duration of Insulin Action
-                                        """
+                                    message: VStack(spacing: 10) {
+                                        Text("Are you sure you want to import profile settings from Nightscout?")
+                                        Text("This will overwrite the following Trio therapy settings:")
+                                        VStack(alignment: .leading, spacing: 5) {
+                                            Text("• Basal Rates")
+                                            Text("• Insulin Sensitivities")
+                                            Text("• Carb Ratios")
+                                            Text("• Target Glucose")
+                                            Text("• Duration of Insulin Action")
+                                        }
+                                    }
                                     ),
                                     primaryButton: .default(
                                         Text("Yes, Import!"),
@@ -109,12 +109,7 @@ extension NightscoutConfig {
                                 .disabled(state.url.isEmpty || state.connecting)
 
                             HStack(alignment: .top) {
-                                Text(
-                                    """
-                                    Import therapy settings from Nightscout
-                                    See hint for the list of settings available for import
-                                    """
-                                )
+                                Text("Import therapy settings from Nightscout\nSee hint for the list of settings available for import")
                                 .font(.footnote)
                                 .foregroundColor(.secondary)
                                 .lineLimit(nil)
@@ -124,16 +119,7 @@ extension NightscoutConfig {
                                         hintLabel = "Import Settings from Nightscout"
                                         selectedVerboseHint =
                                             AnyView(
-                                                Text(
-                                                    """
-                                                    This will overwrite the following Trio therapy settings:
-                                                        • Basal Rates
-                                                        • Insulin Sensitivities
-                                                        • Carb Ratios
-                                                        • Target Glucose
-                                                        • Duration of Insulin Action
-                                                    """
-                                                )
+                                                Text("This will overwrite the following Trio therapy settings:\n\n• Basal Rates\n• Insulin Sensitivities\n• Carb Ratios\n• Target Glucose\n• Duration of Insulin Action")
                                             )
                                         shouldDisplayHint.toggle()
                                     },

+ 0 - 1
FreeAPS/Sources/Modules/NightscoutConfig/View/ProfileImport/ReviewInsulinActionView.swift

@@ -57,7 +57,6 @@ struct ReviewInsulinActionView: BaseView {
                         Text(
                             "Tip: It is better to use Custom Peak Timing rather than use a Duration of Insulin Action (DIA) other than the default of 6 hours."
                         )
-                        .italic()
                     }
                 },
                 headerText: "Review imported DIA"

+ 9 - 15
FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

@@ -83,7 +83,6 @@ extension SMBSettings {
                                 Text(
                                     "Note: If this is enabled and the criteria is met, SMBs could be utilized regardless of other SMB settings being enabled or not."
                                 )
-                                .italic()
                             }
                         }
                     )
@@ -112,7 +111,6 @@ extension SMBSettings {
                                 Text(
                                     "Note: If this is enabled and the criteria is met, SMBs could be utilized regardless of other SMB settings being enabled or not."
                                 )
-                                .italic()
                             }
                         }
                     )
@@ -141,7 +139,6 @@ extension SMBSettings {
                                 Text(
                                     "Note: If this is enabled and the criteria is met, SMBs could be utilized regardless of other SMB settings being enabled or not."
                                 )
-                                .italic()
                             }
                         }
                     )
@@ -171,7 +168,6 @@ extension SMBSettings {
                                 Text(
                                     "Note: If this is enabled and the criteria is met, SMBs could be utilized regardless of other SMB settings being enabled or not."
                                 )
-                                .italic()
                             }
                         }
                     )
@@ -207,11 +203,10 @@ extension SMBSettings {
                             Text(
                                 "Note: If this is enabled and the criteria is met, SMBs could be utilized regardless of other SMB settings being enabled or not."
                             )
-                            .italic()
                             Text(
                                 "Warning: High Temp Targets are often set when recovering from lows. If you use High Temp Targets for that purpose, this feature should remain disabled."
                             )
-                            .bold().italic()
+                            .bold()
                         }
                     }
                 )
@@ -279,13 +274,13 @@ extension SMBSettings {
                             Text(
                                 "(𝒳 = Max SMB Basal Minutes)"
                             )
-                            Text("(𝒳 ÷ 60) × current basal rate").italic()
+                            Text("(𝒳 ÷ 60) × current basal rate")
                         }
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                                 "Warning: Increasing this value above 90 minutes may impact Trio's ability to effectively zero temp and prevent lows."
-                            ).bold().italic()
-                            Text("Note: SMBs must be enabled to use this limit").italic()
+                            ).bold()
+                            Text("Note: SMBs must be enabled to use this limit")
                         }
                     }
                 )
@@ -322,13 +317,13 @@ extension SMBSettings {
                             Text(
                                 "𝒳 = Max UAM SMB Basal Minutes"
                             )
-                            Text("(𝒳 ÷ 60) × current basal rate").italic()
+                            Text("(𝒳 ÷ 60) × current basal rate")
                         }
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                                 "Warning: Increasing this value above 90 minutes may impact Trio's ability to effectively zero temp and prevent lows."
-                            ).bold().italic()
-                            Text("Note: UAM SMBs must be enabled to use this limit").italic()
+                            ).bold()
+                            Text("Note: UAM SMBs must be enabled to use this limit")
                         }
                     }
                 )
@@ -354,7 +349,7 @@ extension SMBSettings {
                             Text(
                                 "Maximum allowed positive percentual change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs."
                             )
-                            Text("Note: This setting has a hard-coded cap of 40%").italic()
+                            Text("Note: This setting has a hard-coded cap of 40%")
                         }
                     }
                 )
@@ -383,7 +378,7 @@ extension SMBSettings {
                             Text(
                                 "Due to SMBs occurring every 5 minutes, it is important to set this value to a reasonable level that allows Trio to safely zero temp should dosing needs suddenly change. Increase this value with caution."
                             )
-                            Text("Note: Limited to a range of 30 - 70%").italic()
+                            Text("Note: Limited to a range of 30 - 70%")
                         }
                     }
                 )
@@ -410,7 +405,6 @@ extension SMBSettings {
                                 "This is the minimum number of minutes since the last SMB or manual bolus before Trio will permit an automated SMB."
                             )
                             Text("Note: For Omnipod Dash, minimum value is 3 min. For Omnipod Eros, minimum value is 5 min.")
-                                .italic()
                         }
                     }
                 )

+ 2 - 3
FreeAPS/Sources/Modules/TargetBehavoir/View/TargetBehavoirRootView.swift

@@ -64,7 +64,7 @@ extension TargetBehavoir {
                             Text(
                                 "If Half Basal Exercise Target is set to 160, a temp target of 120 mg/dL uses an Autosens Ratio of 0.75. A temp target of 140 mg/dL uses an Autosens Ratio of 0.6."
                             )
-                            Text("Note: The effect of this can be adjusted with the Half Basal Exercise Target").italic()
+                            Text("Note: The effect of this can be adjusted with the Half Basal Exercise Target")
                         }
                     },
                     headerText: "Algorithmic Target Settings"
@@ -100,7 +100,7 @@ extension TargetBehavoir {
                             Text(
                                 "If Half Basal Exercise Target is 160, a Temp Target of 95 mg/dL uses an Autosens Ratio of 1.09. A Temp Target of 85 mg/dL uses an Autosens Ratio of 1.33."
                             )
-                            Text("Note: The effect of this can be adjusted with the Half Basal Exercise Target").italic()
+                            Text("Note: The effect of this can be adjusted with the Half Basal Exercise Target")
                         }
                     }
                 )
@@ -176,7 +176,6 @@ extension TargetBehavoir {
                             Text(
                                 "Note: This setting is only utilized if the settings \"Low Temp Target Lowers Sensitivity\" OR \"High Temp Target Raises Sensitivity\" are enabled."
                             )
-                            .italic()
                         }
                     }
                 )