We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11410cb + 23ca6f9 commit 60c57abCopy full SHA for 60c57ab
Loop/Models/ServiceAuthentication/NightscoutService.swift
@@ -20,7 +20,7 @@ struct NightscoutService: ServiceAuthentication {
20
credentials = [
21
ServiceCredential(
22
title: NSLocalizedString("Site URL", comment: "The title of the nightscout site URL credential"),
23
- placeholder: NSLocalizedString("http://mysite.azurewebsites.net", comment: "The placeholder text for the nightscout site URL credential"),
+ placeholder: NSLocalizedString("https://mysite.azurewebsites.net", comment: "The placeholder text for the nightscout site URL credential"),
24
isSecret: false,
25
keyboardType: .URL,
26
value: siteURL?.absoluteString
0 commit comments