mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Compare commits
2 commits
faef907672
...
2c7398fb1d
Author | SHA1 | Date | |
---|---|---|---|
|
2c7398fb1d | ||
|
b3d280644a |
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