From f3a133cc929e36f90a50b6effebe742cdb9e5300 Mon Sep 17 00:00:00 2001 From: Dmitry Gordin Date: Sun, 12 Jan 2025 21:31:00 +0500 Subject: [PATCH] Update apple.go for consistent use of quotation marks --- hscontrol/templates/apple.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hscontrol/templates/apple.go b/hscontrol/templates/apple.go index 5cc7ff4be1..1026a7325c 100644 --- a/hscontrol/templates/apple.go +++ b/hscontrol/templates/apple.go @@ -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,