From d748382fce26d8e402c4fde71956e94686f97063 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sat, 9 Mar 2019 16:07:48 +0530 Subject: on-demand: "Only selected SSIDs" -> "Only these SSIDs" Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WireGuard/WireGuard/UI') diff --git a/WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift b/WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift index c7d0173..a406393 100644 --- a/WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift +++ b/WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift @@ -36,8 +36,8 @@ class ActivateOnDemandViewModel { var localizedUIString: String { switch self { case .anySSID: return tr("tunnelOnDemandAnySSID") - case .onlySpecificSSIDs: return tr("tunnelOnDemandOnlySelectedSSIDs") - case .exceptSpecificSSIDs: return tr("tunnelOnDemandExceptSelectedSSIDs") + case .onlySpecificSSIDs: return tr("tunnelOnDemandOnlyTheseSSIDs") + case .exceptSpecificSSIDs: return tr("tunnelOnDemandExceptTheseSSIDs") } } } -- cgit v1.2.3-59-g8ed1b