Przeglądaj źródła

Enlite subtitle

Ivan Valkou 4 lat temu
rodzic
commit
e2e0d7845e
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      FreeAPS/Sources/APS/CGM/CGMType.swift

+ 2 - 0
FreeAPS/Sources/APS/CGM/CGMType.swift

@@ -78,6 +78,8 @@ enum CGMType: String, JSON, CaseIterable, Identifiable {
             )
         case .glucoseDirect:
             return NSLocalizedString("Shared app group", comment: "Shared app group")
+        case .enlite:
+            return NSLocalizedString("Minilink transmitter", comment: "Minilink transmitter")
         }
     }
 }