TunnelsManager: Ask to check Internet connectivity in error alert

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-12-13 23:47:12 +05:30
parent 740ffd68b6
commit 7e093575a4

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