Преглед на файлове

Change button label to 'Enact Bolus' for clarity

Deniz Cengiz преди 1 година
родител
ревизия
5563dbe3ee
променени са 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)
                     }