Skip to content

Commit e45f137

Browse files
authored
Update meal label, proposed remedy for Issue #2168 (#2300)
1 parent 3d6f2ec commit e45f137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Loop/Views/BolusEntryView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ struct BolusEntryView: View {
368368
case .saveWithoutBolusing:
369369
return Text("Save without Bolusing", comment: "Button text to save carbs and/or manual glucose entry without a bolus")
370370
case .saveAndDeliver:
371-
return Text("Save and Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
371+
return Text("Save Carbs & Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
372372
case .enterBolus:
373373
return Text("Enter Bolus", comment: "Button text to begin entering a bolus")
374374
case .deliver:

Loop/Views/SimpleBolusView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ struct SimpleBolusView: View {
265265
case .saveWithoutBolusing:
266266
return Text("Save without Bolusing", comment: "Button text to save carbs and/or manual glucose entry without a bolus")
267267
case .saveAndDeliver:
268-
return Text("Save and Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
268+
return Text("Save Carbs & Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
269269
case .enterBolus:
270270
return Text("Enter Bolus", comment: "Button text to begin entering a bolus")
271271
case .deliver:

0 commit comments

Comments
 (0)