Procházet zdrojové kódy

Fix typo in Notifications step

Deniz Cengiz před 1 rokem
rodič
revize
2ed5117df6

+ 1 - 1
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -203774,7 +203774,7 @@
     "Trio can automatically adapt insulin delivery based on inputs and glucose forecasts. Your algorithm settings play a major part in accurate and effective dosing." : {
 
     },
-    "Trio can notify of different events when you use it. You must Trio to send you notifications to work properly." : {
+    "Trio can notify of different events when you use it. You must allow Trio to send you notifications to work properly." : {
 
     },
     "Trio collects the app's state on crash, device, iOS and general system info, and a stack trace." : {

+ 7 - 5
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/NotificationPermissionStepView.swift

@@ -15,11 +15,13 @@ struct NotificationPermissionStepView: View {
                 .bold()
                 .multilineTextAlignment(.leading)
 
-            Text("Trio can notify of different events when you use it. You must Trio to send you notifications to work properly.")
-                .font(.body)
-                .multilineTextAlignment(.leading)
-                .foregroundColor(Color.secondary)
-                .padding(.bottom)
+            Text(
+                "Trio can notify of different events when you use it. You must allow Trio to send you notifications to work properly."
+            )
+            .font(.body)
+            .multilineTextAlignment(.leading)
+            .foregroundColor(Color.secondary)
+            .padding(.bottom)
 
             VStack(alignment: .leading, spacing: 20) {
                 HStack(spacing: 12) {