Parcourir la source

Merge branch 'watch' of github.com:nightscout/Trio-dev into local-testing-02022025

Deniz Cengiz il y a 1 an
Parent
commit
b4b8313e00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Trio Watch App Extension/Views/BolusInputView.swift

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

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