Просмотр исходного кода

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

Deniz Cengiz 1 год назад
Родитель
Сommit
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)
                     }