diff --git a/LoopFollow/Remote/TRC/MealView.swift b/LoopFollow/Remote/TRC/MealView.swift index 6a88df61..c98fb7b8 100644 --- a/LoopFollow/Remote/TRC/MealView.swift +++ b/LoopFollow/Remote/TRC/MealView.swift @@ -119,6 +119,10 @@ struct MealView: View { displayedComponents: .hourAndMinute ) .datePickerStyle(CompactDatePickerStyle()) + + if bolusAmount.doubleValue(for: .internationalUnit()) > 0 { + Text("Note: The meal will be scheduled, but the bolus is enacted immediately.") + } } }