Преглед изворни кода

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

Deniz Cengiz пре 1 година
родитељ
комит
b4b8313e00
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
                     }
 
-                    Button("Log Bolus") {
+                    Button("Enact Bolus") {
                         state.bolusAmount = min(bolusAmount, effectiveBolusLimit)
                         navigationPath.append(NavigationDestinations.bolusConfirm)
                     }