File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ struct BolusEntryView: View {
368
368
case . saveWithoutBolusing:
369
369
return Text ( " Save without Bolusing " , comment: " Button text to save carbs and/or manual glucose entry without a bolus " )
370
370
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 " )
372
372
case . enterBolus:
373
373
return Text ( " Enter Bolus " , comment: " Button text to begin entering a bolus " )
374
374
case . deliver:
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ struct SimpleBolusView: View {
265
265
case . saveWithoutBolusing:
266
266
return Text ( " Save without Bolusing " , comment: " Button text to save carbs and/or manual glucose entry without a bolus " )
267
267
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 " )
269
269
case . enterBolus:
270
270
return Text ( " Enter Bolus " , comment: " Button text to begin entering a bolus " )
271
271
case . deliver:
You can’t perform that action at this time.
0 commit comments