Просмотр исходного кода

Quick bolus: replace 'take' with 'enact' in info sheet body

Magnus Reintz 1 неделя назад
Родитель
Сommit
b4f6c65744

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

@@ -204809,7 +204809,7 @@
     "Quick Bolus learns from your manual boluses over time. Once you've delivered a few boluses, it will suggest amounts based on what you typically take at this time of day." : {
       "comment" : "Alert body explaining that quick bolus history is empty"
     },
-    "Quick Bolus looks at your manual boluses from the past 90 days and suggests the amounts you most commonly take at this time of day.\n\nIt gives more weight to boluses from similar times of day, and treats weekdays and weekends separately. Older entries gradually count less.\n\nTap a suggestion to select it, then slide to confirm. Your normal Face ID or Touch ID approval always applies." : {
+    "Quick Bolus looks at your manual boluses from the past 90 days and suggests the amounts you most commonly enact at this time of day.\n\nIt gives more weight to boluses from similar times of day, and treats weekdays and weekends separately. Older entries gradually count less.\n\nTap a suggestion to select it, then slide to confirm. Your normal Face ID or Touch ID approval always applies." : {
       "comment" : "Info sheet body explaining how quick bolus scoring works"
     },
     "Raise target glucose when Autosens Ratio is less than 1." : {

+ 1 - 1
Trio/Sources/Modules/Home/View/QuickBolus/QuickBolusInfoView.swift

@@ -7,7 +7,7 @@ struct QuickBolusInfoView: View {
         NavigationStack {
             ScrollView {
                 Text(String(
-                    localized: "Quick Bolus looks at your manual boluses from the past 90 days and suggests the amounts you most commonly take at this time of day.\n\nIt gives more weight to boluses from similar times of day, and treats weekdays and weekends separately. Older entries gradually count less.\n\nTap a suggestion to select it, then slide to confirm. Your normal Face ID or Touch ID approval always applies.",
+                    localized: "Quick Bolus looks at your manual boluses from the past 90 days and suggests the amounts you most commonly enact at this time of day.\n\nIt gives more weight to boluses from similar times of day, and treats weekdays and weekends separately. Older entries gradually count less.\n\nTap a suggestion to select it, then slide to confirm. Your normal Face ID or Touch ID approval always applies.",
                     comment: "Info sheet body explaining how quick bolus scoring works"
                 ))
                     .padding()