Correct macOS GUI connect guide because there's no ALT key on a mac (#2306)
* Correct macOS GUI connect guide because there's no ALT key on a mac * also correct macOS GUI connect in hscontrol text
This commit is contained in:
parent
ccc895b4c6
commit
7d937c6bd0
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ func Apple(url string) *elem.Element {
|
|||
elem.Li(
|
||||
nil,
|
||||
elem.Text(
|
||||
"ALT + Click the Tailscale icon in the menu and hover over the Debug menu",
|
||||
"Option + Click the Tailscale icon in the menu and hover over the Debug menu",
|
||||
),
|
||||
),
|
||||
elem.Li(nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue