Skip to content

Commit

Permalink
Merge branch 'change-daita-multihop-entry-text-ios-908'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 11, 2024
2 parents e914beb + aeb3b34 commit 3543da0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class DAITAInfoView: UIView {
"SELECT_LOCATION_DAITA_INFO",
tableName: "SelectLocation",
value: """
DAITA overrides Multihop. To use Multihop, please enable "Direct only" or \
disable "DAITA" in the settings.
The entry server for multihop is currently overridden by DAITA. \
To select an entry server, please first enable “Direct only” or disable DAITA in the settings.
""",
comment: ""
),
Expand All @@ -42,7 +42,7 @@ class DAITAInfoView: UIView {
settingsButton.setTitle(NSLocalizedString(
"SELECT_LOCATION_DAITA_BUTTON",
tableName: "SelectLocation",
value: "Go to DAITA settings",
value: "Open DAITA settings",
comment: ""
), for: .normal)

Expand Down

0 comments on commit 3543da0

Please sign in to comment.