TunnelsManager: Ask to check Internet connectivity in error alert

This commit is contained in:
Roopesh Chander 2018-12-13 23:47:12 +05:30
parent 03680bf3c9
commit fb2b423d06
1 changed files with 1 additions and 1 deletions

View File

@ -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.")
}
}