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

Update CalendarEventSettingsRootView.swift

Fix missing line break
tmhastings 1 год назад
Родитель
Сommit
a6790de3ec

+ 9 - 8
FreeAPS/Sources/Modules/CalendarEventSettings/View/CalendarEventSettingsRootView.swift

@@ -96,15 +96,16 @@ extension CalendarEventSettings {
                         verboseHint: VStack {
                             Text("Default: OFF").bold()
                             Text("""
-                            When enabled, the calendar event created will indicate whether glucose readings are in-range or out-of-range using the following color emojis:
-                            🟢: In-Range
-                            🟠: Above-Range
-                            🔴: Below-Range
+                            
+                                 When enabled, the calendar event created will indicate whether glucose readings are in-range or out-of-range using the following color emojis:
+                                🟢: In-Range
+                                🟠: Above-Range
+                                🔴: Below-Range    
 
-                            If "Display IOB and COB" is also enabled, "IOB" and "COB" will be replaced with the following emojis:
-                            💉: IOB
-                            🥨: COB
-                            """)
+                                If "Display IOB and COB" is also enabled, "IOB" and "COB" will be replaced with the following emojis:
+                                💉: IOB
+                                🥨: COB
+                                """)
                         }
                     )