TunnelsManager: Ask to check Internet connectivity in error alert
This commit is contained in:
parent
03680bf3c9
commit
fb2b423d06
|
@ -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