mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Compare commits
No commits in common. "2c7398fb1d00e85e8716df659cb08e154a3a10b1" and "faef907672d064f160bb9ede8098a228b9a7b17d" have entirely different histories.
2c7398fb1d
...
faef907672
1 changed files with 2 additions and 2 deletions
|
@ -245,10 +245,10 @@ func Apple(url string) *elem.Element {
|
|||
elem.Text("Open Tailscale"),
|
||||
),
|
||||
elem.Li(nil,
|
||||
elem.Text(`Select "Install VPN configuration"`),
|
||||
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"),
|
||||
|
|
Loading…
Reference in a new issue