Skip to content

Commit 4503041

Browse files
committed
Make G7 startup message more generic
1 parent 6b37518 commit 4503041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

G7SensorKitUI/Views/G7StartupView.swift

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

0 commit comments

Comments
 (0)