You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: G7SensorKitUI/Views/G7StartupView.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ struct G7StartupView: View {
28
28
.frame(height:120)
29
29
.padding(.horizontal)
30
30
}.frame(maxWidth:.infinity)
31
-
Text(String(format:LocalizedString("%1$@ can read CGM data from the G7 platform, but you must still use the Dexcom App for pairing, calibration, and other sensor management available to the sensor series (G7, ONE+, Stelo).", comment:"Descriptive text on G7StartupView (1: appName)"),self.appName))
31
+
Text(String(format:LocalizedString("%1$@ can read CGM data from the G7 platform, but you must still use the Dexcom App for pairing, calibration, alarms and other sensor management available to the sensor series (G7, ONE+, Stelo).\n\nWARNING: Dexcom Stelo app provides no alerts and alarms. Glucose alerts and alarms are not provided by %2$@.", comment:"Descriptive text on G7StartupView (1: appName, 2: appName)"),self.appName,self.appName))
0 commit comments