diff --git a/Loop/Views/BolusEntryView.swift b/Loop/Views/BolusEntryView.swift index 4dd0c11a52..3a25576f01 100644 --- a/Loop/Views/BolusEntryView.swift +++ b/Loop/Views/BolusEntryView.swift @@ -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: diff --git a/Loop/Views/SimpleBolusView.swift b/Loop/Views/SimpleBolusView.swift index 2a7fc3fe59..2374e69d4b 100644 --- a/Loop/Views/SimpleBolusView.swift +++ b/Loop/Views/SimpleBolusView.swift @@ -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: