Jon Mårtensson пре 4 година
родитељ
комит
aed6dc8df3

+ 10 - 0
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings

@@ -876,7 +876,17 @@ Enact a temp Basal or a temp target */
 /* Restored state message */
 "Bluetooth State restored (APS restarted?). Found %d peripherals, and connected to %@ with identifier %@" = "Bluetooth State restored (APS restarted?). Found %d peripherals, and connected to %@ with identifier %@";
 
+/* HealthKit intergration --------------------*/
+/* */
+"Apple Health" = "Apple Health";
+
+/* */
+"Connect to Apple Health" = "Connect to Apple Health";
 
+/* Show when have not permissions for writing to Health */
+"For write data to Apple Health you must give permissions in Settings > Health > Data Access" = "For write data to Apple Health you must give permissions in Settings > Health > Data Access";
+/* --------------------------------------------
+*/
 /*
   Infotexts from openaps.docs and androidaps.docs
   FreeAPS X

+ 1 - 1
FreeAPSWatch WatchKit Extension/Views/MainView.swift

@@ -92,7 +92,7 @@ struct MainView: View {
                 Spacer()
                 Text("❤️" + " \(value)")
                     .fontWeight(.regular)
-                    .font(.system(size: 20)).foregroundColor(Color.red)
+                    .font(.system(size: 18)).foregroundColor(Color.red)
             }
             Spacer()
             Spacer()