Skip to content

Commit

Permalink
change outer quoting for where quoting in-text is used
Browse files Browse the repository at this point in the history
  • Loading branch information
shokinn committed Nov 6, 2024
1 parent b3d2806 commit 2c7398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/templates/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2c7398f

Please sign in to comment.