1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-29 17:54:59 +02:00

change outer quoting for where quoting in-text is used

This commit is contained in:
Philip Henning 2024-11-06 18:26:56 +01:00
parent b3d280644a
commit 2c7398fb1d

View File

@ -248,7 +248,7 @@ func Apple(url string) *elem.Element {
elem.Text(`Select "Install VPN configuration"`), elem.Text(`Select "Install VPN configuration"`),
), ),
elem.Li(nil, elem.Li(nil,
elem.Text("Select \"Allow\""), elem.Text(`Select "Allow"`),
), ),
elem.Li(nil, elem.Li(nil,
elem.Text("Scan the QR code and follow the login procedure"), elem.Text("Scan the QR code and follow the login procedure"),