mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-16 21:02:02 +00:00
TunnelsManager: Ask to check Internet connectivity in error alert
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
740ffd68b6
commit
7e093575a4
@ -42,7 +42,7 @@ enum TunnelsManagerActivationAttemptError: WireGuardAppError {
|
||||
enum TunnelsManagerActivationError: WireGuardAppError {
|
||||
case activationFailed
|
||||
func alertText() -> AlertText {
|
||||
return ("Activation failure", "The tunnel could not be activated")
|
||||
return ("Activation failure", "The tunnel could not be activated. Please ensure you are connected to the Internet.")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user