Browse Source

fix: rename to Show All

bastiaanv 2 tháng trước cách đây
mục cha
commit
520331753c

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

@@ -35722,9 +35722,6 @@
         }
       }
     },
-    "All Labels" : {
-
-    },
     "All Past Days of Data " : {
       "comment" : "Duration displayed in statPanel",
       "extractionState" : "manual",
@@ -208300,6 +208297,9 @@
         }
       }
     },
+    "Show All" : {
+
+    },
     "Show carbs required as a red icon on the main graph icon." : {
       "localizations" : {
         "bg" : {

+ 1 - 1
Trio/Sources/Models/BolusDisplayThreshold.swift

@@ -16,7 +16,7 @@ enum BolusDisplayThreshold: Decimal, CaseIterable, Encodable, Identifiable {
         case .pointOneUnit:
             return String(localized: "0.1 U and over")
         case .allUnits:
-            return String(localized: "All Labels")
+            return String(localized: "Show All")
         }
     }
 }