Skip to content

Commit 97072e2

Browse files
committed
Merge branch 'fix-relay-tests-ios-872'
2 parents 1eb6eb3 + 6c936c8 commit 97072e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/MullvadVPN/View controllers/Tunnel/TunnelControlView.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ final class TunnelControlView: UIView {
242242
String(format: NSLocalizedString(
243243
"CONNECT_PANEL_TITLE",
244244
tableName: "Main",
245-
value: "%@ via %@ \(usingDaita ? "using DAITA" : "")",
245+
value: "%@ via %@\(usingDaita ? " using DAITA" : "")",
246246
comment: ""
247247
), exitName, entryName)
248248
} else {
249249
String(format: NSLocalizedString(
250250
"CONNECT_PANEL_TITLE",
251251
tableName: "Main",
252-
value: "%@ \(usingDaita ? "using DAITA" : "")",
252+
value: "%@\(usingDaita ? " using DAITA" : "")",
253253
comment: ""
254254
), exitName)
255255
}

0 commit comments

Comments
 (0)