mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +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?",
|
||||
message:
|
||||
"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.",
|
||||
rightButton: SecondaryButton(
|
||||
label: "Close",
|
||||
|
|
|
@ -347,7 +347,7 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
|
|||
),
|
||||
Text(
|
||||
"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.",
|
||||
style: STextStyles
|
||||
.desktopTextMedium(
|
||||
|
|
Loading…
Reference in a new issue