Explorar o código

Change progress label 'Importing Profile…' to 'Importing Settings…'

Deniz Cengiz hai 1 ano
pai
achega
ec860ec382

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

@@ -111012,6 +111012,7 @@
     },
     "Importing Profile..." : {
       "comment" : "Progress text when importing profile via Nightscout",
+      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {
@@ -111111,6 +111112,9 @@
         }
       }
     },
+    "Importing Settings..." : {
+      "comment" : "Progress text when importing settings via Nightscout"
+    },
     "In case you're using both profiles and temp targets" : {
       "comment" : "UI/UX option",
       "extractionState" : "manual",

+ 2 - 2
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/Nightscout/NightscoutImportStepView.swift

@@ -13,8 +13,8 @@ struct NightscoutImportStepView: View {
                     Spacer(minLength: 150)
                     CustomProgressView(
                         text: String(
-                            localized: "Importing Profile...",
-                            comment: "Progress text when importing profile via Nightscout"
+                            localized: "Importing Settings...",
+                            comment: "Progress text when importing settings via Nightscout"
                         )
                     )
                 }