summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Notifications
diff options
context:
space:
mode:
authorJon Petersson <jon.petersson@mullvad.net>2025-09-01 16:32:55 +0200
committerJon Petersson <jon.petersson@mullvad.net>2025-09-05 15:10:55 +0200
commitaaa9bab2d0488e7d0bbeec0d5ed4981bbcd8eff1 (patch)
tree07807fd19b50368e075373fa97c74ee9dc67399d /ios/MullvadVPN/Notifications
parent5fa06507df5386a970a44ed14f71e7a289657b99 (diff)
downloadmullvadvpn-aaa9bab2d0488e7d0bbeec0d5ed4981bbcd8eff1.tar.xz
mullvadvpn-aaa9bab2d0488e7d0bbeec0d5ed4981bbcd8eff1.zip
Fix relay selector selection order and obfuscation
Diffstat (limited to 'ios/MullvadVPN/Notifications')
-rw-r--r--ios/MullvadVPN/Notifications/Notification Providers/TunnelStatusNotificationProvider.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Notifications/Notification Providers/TunnelStatusNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/TunnelStatusNotificationProvider.swift
index 953d9153ae..7d0502ae3a 100644
--- a/ios/MullvadVPN/Notifications/Notification Providers/TunnelStatusNotificationProvider.swift
+++ b/ios/MullvadVPN/Notifications/Notification Providers/TunnelStatusNotificationProvider.swift
@@ -250,6 +250,11 @@ final class TunnelStatusNotificationProvider: NotificationProvider, InAppNotific
"No DAITA compatible servers match your location settings. Try changing location.",
comment: ""
)
+ case .noRelaysSatisfyingObfuscationSettings:
+ NSLocalizedString(
+ "No servers match your obfuscation settings. Try changing location or obfuscation method.",
+ comment: ""
+ )
case .noRelaysSatisfyingConstraints:
NSLocalizedString("No servers match your settings, try changing server or other settings.", comment: "")
case .noRelaysSatisfyingPortConstraints: