Преглед изворни кода

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." : {
+      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {

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

@@ -111,7 +111,7 @@ extension ISFEditor {
                                     Image(systemName: "hand.draw.fill")
                                         .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)
                                 }
                                 .font(.subheadline)