Browse Source

Enlite subtitle

Ivan Valkou 4 years ago
parent
commit
7492bda091
1 changed files with 2 additions and 0 deletions
  1. 2 0
      FreeAPS/Sources/APS/CGM/CGMType.swift

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

@@ -82,6 +82,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")
         }
     }
 }