Browse Source

Update CGMRootView.swift

Add space between slash
tmhastings 1 year ago
parent
commit
852ab885ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Modules/CGM/View/CGMRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/CGM/View/CGMRootView.swift

@@ -49,7 +49,7 @@ extension CGM {
                                             selectedVerboseHint =
                                                 AnyView(
                                                     Text(
-                                                        "• Dexcom G5 \n• Dexcom G6/ONE \n• Dexcom G7/ONE+ \n• Dexcom Share \n• Freestyle Libre \n• Freestyle Libre Demo \n• Glucose Simulator \n• Medtronic Enlite \n• Nightscout \n• xDrip4iOS"
+                                                        "• Dexcom G5 \n• Dexcom G6 / ONE \n• Dexcom G7 / ONE+ \n• Dexcom Share \n• Freestyle Libre \n• Freestyle Libre Demo \n• Glucose Simulator \n• Medtronic Enlite \n• Nightscout \n• xDrip4iOS"
                                                     )
                                                 )
                                             shouldDisplayHint.toggle()