فهرست منبع

Revert hint back to previous text

Mike Plante 9 ماه پیش
والد
کامیت
021e8a6fe4

+ 0 - 4
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -205293,7 +205293,6 @@
       }
     },
     "The Upload Treatments toggle enables uploading of the following data sets to your connected Nightscout URL:" : {
-      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {
@@ -212628,9 +212627,6 @@
         }
       }
     },
-    "This toggle enables uploading of the following data sets to your connected Nightscout URL:" : {
-
-    },
     "This will add your current glucose on the top right of your Trio icon as a red notification badge. Changing setting takes effect on next Glucose reading." : {
       "localizations" : {
         "bg" : {

+ 1 - 1
Trio/Sources/Modules/NightscoutConfig/View/NightscoutUploadView.swift

@@ -35,7 +35,7 @@ struct NightscoutUploadView: View {
                 VStack(alignment: .leading, spacing: 10) {
                     Text("Default: OFF").bold()
                     Text(
-                        "This toggle enables uploading of the following data sets to your connected Nightscout URL:"
+                        "The Upload Treatments toggle enables uploading of the following data sets to your connected Nightscout URL:"
                     )
                     VStack(alignment: .leading, spacing: 5) {
                         Text("• Carbs")

+ 1 - 1
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/Nightscout/NightscoutUploadStepView.swift

@@ -22,7 +22,7 @@ struct NightscoutUploadStepView: View {
             .cornerRadius(10)
 
             Text(
-                "This toggle enables uploading of the following data sets to your connected Nightscout URL:"
+                "The Upload Treatments toggle enables uploading of the following data sets to your connected Nightscout URL:"
             )
             .padding(.horizontal)
             .font(.footnote)