瀏覽代碼

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)
                     }