From 2c7398fb1d00e85e8716df659cb08e154a3a10b1 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Wed, 6 Nov 2024 18:26:56 +0100 Subject: [PATCH] change outer quoting for where quoting in-text is used --- hscontrol/templates/apple.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hscontrol/templates/apple.go b/hscontrol/templates/apple.go index 1fb6526d..8b289d22 100644 --- a/hscontrol/templates/apple.go +++ b/hscontrol/templates/apple.go @@ -248,7 +248,7 @@ func Apple(url string) *elem.Element { elem.Text(`Select "Install VPN configuration"`), ), elem.Li(nil, - elem.Text("Select \"Allow\""), + elem.Text(`Select "Allow"`), ), elem.Li(nil, elem.Text("Scan the QR code and follow the login procedure"),