aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-03-09 16:07:48 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-18 06:46:56 +0100
commitd748382fce26d8e402c4fde71956e94686f97063 (patch)
treefd7bd5cfb74c296e12997629c2939c9f29be0fae /WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift
parenton-demand: macOS: Tunnel detail: List SSIDs (diff)
downloadwireguard-apple-d748382fce26d8e402c4fde71956e94686f97063.tar.xz
wireguard-apple-d748382fce26d8e402c4fde71956e94686f97063.zip
on-demand: "Only selected SSIDs" -> "Only these SSIDs"
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/ActivateOnDemandViewModel.swift4
1 files changed, 2 insertions, 2 deletions
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")
}
}
}