Forráskód Böngészése

Change back to TDD in enacted box...

Jon Mårtensson 2 éve
szülő
commit
cf4cc32abd

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


+ 1 - 1
FreeAPS/Sources/Views/TagCloudView.swift

@@ -59,7 +59,7 @@ struct TagCloudView: View {
                 return .uam
                 return .uam
             case textTag where textTag.contains("Bolus"):
             case textTag where textTag.contains("Bolus"):
                 return .green
                 return .green
-            case textTag where textTag.contains("Total insulin:"),
+            case textTag where textTag.contains("TDD:"),
                  textTag where textTag.contains("tdd_factor"),
                  textTag where textTag.contains("tdd_factor"),
                  textTag where textTag.contains("Sigmoid function"),
                  textTag where textTag.contains("Sigmoid function"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Logarithmic formula"),