Sfoglia il codice sorgente

Update NightscoutUploadView.swift

Fix /n with \n
tmhastings 1 anno fa
parent
commit
452148d24b

+ 1 - 1
FreeAPS/Sources/Modules/NightscoutConfig/View/NightscoutUploadView.swift

@@ -79,7 +79,7 @@ struct NightscoutUploadView: View {
                     units: state.units,
                     units: state.units,
                     type: .boolean,
                     type: .boolean,
                     label: "Upload Glucose",
                     label: "Upload Glucose",
-                    miniHint: "Enables uploading of CGM readings to Nightscout /nDefault: OFF",
+                    miniHint: "Enables uploading of CGM readings to Nightscout \nDefault: OFF",
                     verboseHint: VStack(spacing: 10) {
                     verboseHint: VStack(spacing: 10) {
                         Text("Default: OFF").bold()
                         Text("Default: OFF").bold()
                         Text("Enabling this setting allows CGM readings from Trio to be used in Nightscout.")
                         Text("Enabling this setting allows CGM readings from Trio to be used in Nightscout.")