aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Tunnel/TunnelsManager.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-13 23:47:12 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-13 23:49:42 +0530
commit7e093575a4a1ecb4dd1858614a1634e5a6b0314d (patch)
tree7921d2f197870499038104f6c587e792397c0aa8 /WireGuard/WireGuard/Tunnel/TunnelsManager.swift
parentRemove unused code: InternetReachability (diff)
downloadwireguard-apple-7e093575a4a1ecb4dd1858614a1634e5a6b0314d.tar.xz
wireguard-apple-7e093575a4a1ecb4dd1858614a1634e5a6b0314d.zip
TunnelsManager: Ask to check Internet connectivity in error alert
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Tunnel/TunnelsManager.swift2
1 files changed, 1 insertions, 1 deletions
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.")
}
}