|
|
@@ -53,6 +53,7 @@ struct NightscoutImportStepView: View {
|
|
|
VStack(alignment: .leading, spacing: 10) {
|
|
|
Text("Trio will import the following therapy settings from your Nightscout instance:")
|
|
|
.multilineTextAlignment(.leading)
|
|
|
+ .fixedSize(horizontal: false, vertical: true)
|
|
|
VStack(alignment: .leading) {
|
|
|
BulletPoint(String(localized: "Glucose Targets"))
|
|
|
BulletPoint(String(localized: "Basal Rates"))
|