Przeglądaj źródła

Change button label to 'Enact Bolus' for clarity

Deniz Cengiz 1 rok temu
rodzic
commit
5563dbe3ee

+ 1 - 1
Trio Watch App Extension/Views/BolusInputView.swift

@@ -115,7 +115,7 @@ struct BolusInputView: View {
                             .foregroundColor(.loopRed)
                     }
 
-                    Button("Log Bolus") {
+                    Button("Enact Bolus") {
                         state.bolusAmount = min(bolusAmount, effectiveBolusLimit)
                         navigationPath.append(NavigationDestinations.bolusConfirm)
                     }