From 7e093575a4a1ecb4dd1858614a1634e5a6b0314d Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 13 Dec 2018 23:47:12 +0530 Subject: TunnelsManager: Ask to check Internet connectivity in error alert Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Tunnel/TunnelsManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WireGuard/WireGuard/Tunnel/TunnelsManager.swift b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift index 93271de..b1cc993 100644 --- a/WireGuard/WireGuard/Tunnel/TunnelsManager.swift +++ b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift @@ -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.") } } -- cgit v1.2.3-59-g8ed1b