mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
remove vpn references
This commit is contained in:
parent
b0f4476fc2
commit
af88673df1
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ class _TorSettingsViewState extends ConsumerState<TorSettingsView> {
|
||||||
title: "What is Tor killswitch?",
|
title: "What is Tor killswitch?",
|
||||||
message:
|
message:
|
||||||
"A security feature that protects your information from accidental exposure by"
|
"A security feature that protects your information from accidental exposure by"
|
||||||
" disconnecting your device from the Tor network if your virtual private network (VPN)"
|
" disconnecting your device from the Tor network if the"
|
||||||
" connection is disrupted or compromised.",
|
" connection is disrupted or compromised.",
|
||||||
rightButton: SecondaryButton(
|
rightButton: SecondaryButton(
|
||||||
label: "Close",
|
label: "Close",
|
||||||
|
|
|
@ -347,7 +347,7 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"A security feature that protects your information from accidental exposure by"
|
"A security feature that protects your information from accidental exposure by"
|
||||||
" disconnecting your device from the Tor network if your virtual private network (VPN)"
|
" disconnecting your device from the Tor network if the"
|
||||||
" connection is disrupted or compromised.",
|
" connection is disrupted or compromised.",
|
||||||
style: STextStyles
|
style: STextStyles
|
||||||
.desktopTextMedium(
|
.desktopTextMedium(
|
||||||
|
|
Loading…
Reference in a new issue