Skip to content

Commit 60c57ab

Browse files
authored
Merge pull request #263 from hilarykoch/patch-1
Thanks @hilarykoch!
2 parents 11410cb + 23ca6f9 commit 60c57ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Models/ServiceAuthentication/NightscoutService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct NightscoutService: ServiceAuthentication {
2020
credentials = [
2121
ServiceCredential(
2222
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"),
23+
placeholder: NSLocalizedString("https://mysite.azurewebsites.net", comment: "The placeholder text for the nightscout site URL credential"),
2424
isSecret: false,
2525
keyboardType: .URL,
2626
value: siteURL?.absoluteString

0 commit comments

Comments
 (0)