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
@@ -26,7 +26,7 @@ struct G7StartupView: View {
26
26
.frame(height:120)
27
27
.padding(.horizontal)
28
28
}.frame(maxWidth:.infinity)
29
-
Text(LocalizedString("Loop can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management.", comment:"Descriptive text on G7StartupView"))
29
+
Text(LocalizedString("This app can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management.", comment:"Descriptive text on G7StartupView"))
0 commit comments