aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-03-09 15:35:49 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-18 06:46:55 +0100
commitb7f8f74b5698f120ce22c79c32ccfc6fdb37252f (patch)
tree2ae30e6aab44bf263b66293b03316b8ec61350d5 /WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
parenton-demand: iOS: Show list of SSIDs in a separate screen (diff)
downloadwireguard-apple-b7f8f74b5698f120ce22c79c32ccfc6fdb37252f.tar.xz
wireguard-apple-b7f8f74b5698f120ce22c79c32ccfc6fdb37252f.zip
on-demand: iOS: Only n SSIDs / Except m SSIDs
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
index abee818..32393a9 100644
--- a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
@@ -423,7 +423,7 @@ extension TunnelDetailTableViewController {
} else {
let cell: ChevronCell = tableView.dequeueReusableCell(for: indexPath)
cell.message = field.localizedUIString
- cell.detailMessage = onDemandViewModel.ssidOption.localizedUIString
+ cell.detailMessage = onDemandViewModel.localizedSSIDDescription
return cell
}
}