mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-14 11:17:33 +02:00
Update apple.go for consistent use of quotation marks
This commit is contained in:
parent
dccbdfe68e
commit
f3a133cc92
@ -33,11 +33,11 @@ func Apple(url string) *elem.Element {
|
||||
),
|
||||
elem.Li(
|
||||
nil,
|
||||
elem.Text("Click the account icon in the top-right corner and select 'Log in…'."),
|
||||
elem.Text(`Click the account icon in the top-right corner and select "Log in…".`),
|
||||
),
|
||||
elem.Li(
|
||||
nil,
|
||||
elem.Text("Tap the top-right options menu button and select 'Use custom coordination server'."),
|
||||
elem.Text(`Tap the top-right options menu button and select "Use custom coordination server".`),
|
||||
),
|
||||
elem.Li(
|
||||
nil,
|
||||
|
Loading…
Reference in New Issue
Block a user