Skip to content

Commit

Permalink
Merge branch 'fix-relay-tests-ios-872'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Oct 31, 2024
2 parents 1eb6eb3 + 6c936c8 commit 97072e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ final class TunnelControlView: UIView {
String(format: NSLocalizedString(
"CONNECT_PANEL_TITLE",
tableName: "Main",
value: "%@ via %@ \(usingDaita ? "using DAITA" : "")",
value: "%@ via %@\(usingDaita ? " using DAITA" : "")",
comment: ""
), exitName, entryName)
} else {
String(format: NSLocalizedString(
"CONNECT_PANEL_TITLE",
tableName: "Main",
value: "%@ \(usingDaita ? "using DAITA" : "")",
value: "%@\(usingDaita ? " using DAITA" : "")",
comment: ""
), exitName)
}
Expand Down

0 comments on commit 97072e2

Please sign in to comment.