Skip to content

Commit

Permalink
Update copy in entry selection
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 11, 2024
1 parent e914beb commit aeb3b34
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 aeb3b34

Please sign in to comment.