Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Loop/Views/BolusEntryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ struct BolusEntryView: View {
case .saveWithoutBolusing:
return Text("Save without Bolusing", comment: "Button text to save carbs and/or manual glucose entry without a bolus")
case .saveAndDeliver:
return Text("Save and Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
return Text("Save Carbs & Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
case .enterBolus:
return Text("Enter Bolus", comment: "Button text to begin entering a bolus")
case .deliver:
Expand Down
2 changes: 1 addition & 1 deletion Loop/Views/SimpleBolusView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ struct SimpleBolusView: View {
case .saveWithoutBolusing:
return Text("Save without Bolusing", comment: "Button text to save carbs and/or manual glucose entry without a bolus")
case .saveAndDeliver:
return Text("Save and Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
return Text("Save Carbs & Deliver", comment: "Button text to save carbs and/or manual glucose entry and deliver a bolus")
case .enterBolus:
return Text("Enter Bolus", comment: "Button text to begin entering a bolus")
case .deliver:
Expand Down