File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments