remove vpn references

This commit is contained in:
julian 2023-09-13 10:27:21 -06:00
parent b0f4476fc2
commit af88673df1
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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(