Explorar el Código

Enlite subtitle

Ivan Valkou hace 4 años
padre
commit
e2e0d7845e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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")
         }
     }
 }