瀏覽代碼

feat(i18n): Fix typo in hint #hackdiabetes2025

Deniz Cengiz 6 月之前
父節點
當前提交
bc18f5a756

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

@@ -221437,6 +221437,7 @@
       }
       }
     },
     },
     "Swipe to delete a single entry. Tap on it, to edit its time or rate." : {
     "Swipe to delete a single entry. Tap on it, to edit its time or rate." : {
+      "extractionState" : "stale",
       "localizations" : {
       "localizations" : {
         "bg" : {
         "bg" : {
           "stringUnit" : {
           "stringUnit" : {

+ 1 - 1
Trio/Sources/Modules/ISFEditor/View/ISFEditorRootView.swift

@@ -111,7 +111,7 @@ extension ISFEditor {
                                     Image(systemName: "hand.draw.fill")
                                     Image(systemName: "hand.draw.fill")
                                         .padding(.leading)
                                         .padding(.leading)
 
 
-                                    Text("Swipe to delete a single entry. Tap on it, to edit its time or rate.")
+                                    Text("Swipe to delete a single entry. Tap on it, to edit its time or value.")
                                         .padding(.trailing)
                                         .padding(.trailing)
                                 }
                                 }
                                 .font(.subheadline)
                                 .font(.subheadline)