1
0
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:
Dmitry Gordin 2025-01-12 21:31:00 +05:00 committed by GitHub
parent dccbdfe68e
commit f3a133cc92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,