Skip to content

Commit 8b18b0f

Browse files
committed
add warning about no glucose alerts for Stelo
1 parent bcf6447 commit 8b18b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

G7SensorKitUI/Views/G7StartupView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct G7StartupView: View {
2828
.frame(height: 120)
2929
.padding(.horizontal)
3030
}.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))
3232
.fixedSize(horizontal: false, vertical: true)
3333
.foregroundColor(.secondary)
3434
Spacer()

0 commit comments

Comments
 (0)