Skip to content

Commit

Permalink
Update apple.go for consistent use of quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
gordinmitya authored Jan 12, 2025
1 parent dccbdfe commit f3a133c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hscontrol/templates/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3a133c

Please sign in to comment.