summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/SelectLocation.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/renderer/components/SelectLocation.tsx b/gui/src/renderer/components/SelectLocation.tsx
index 7a1340c44f..fe0e66b237 100644
--- a/gui/src/renderer/components/SelectLocation.tsx
+++ b/gui/src/renderer/components/SelectLocation.tsx
@@ -75,14 +75,14 @@ export default class SelectLocation extends Component<IProps> {
{messages.pgettext('select-location-view', 'Select location')}
</HeaderTitle>
<HeaderSubTitle>
- {this.props.locationScope === LocationScope.relay
+ {this.props.allowBridgeSelection
? messages.pgettext(
'select-location-view',
- 'While connected, your real location is masked with a private and secure location in the selected region',
+ 'While connected, your traffic will be routed through two secure locations, the entry point (a bridge server) and the exit point (a VPN server).',
)
: messages.pgettext(
'select-location-view',
- 'While connected, your traffic will be routed through two secure locations, the entry point (a bridge server) and the exit point (a VPN server)',
+ 'While connected, your real location is masked with a private and secure location in the selected region.',
)}
</HeaderSubTitle>
</SettingsHeader>