Skip to content

Commit

Permalink
Fix relay tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rablador committed Oct 31, 2024
1 parent 114d191 commit e830016
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 e830016

Please sign in to comment.