We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eb6eb3 + 6c936c8 commit 97072e2Copy full SHA for 97072e2
ios/MullvadVPN/View controllers/Tunnel/TunnelControlView.swift
@@ -242,14 +242,14 @@ final class TunnelControlView: UIView {
242
String(format: NSLocalizedString(
243
"CONNECT_PANEL_TITLE",
244
tableName: "Main",
245
- value: "%@ via %@ \(usingDaita ? "using DAITA" : "")",
+ value: "%@ via %@\(usingDaita ? " using DAITA" : "")",
246
comment: ""
247
), exitName, entryName)
248
} else {
249
250
251
252
- value: "%@ \(usingDaita ? "using DAITA" : "")",
+ value: "%@\(usingDaita ? " using DAITA" : "")",
253
254
), exitName)
255
}
0 commit comments