added information to tor dialogs

This commit is contained in:
ryleedavis 2023-09-06 13:43:09 -06:00
parent d560a30941
commit c3aaf0574b
2 changed files with 12 additions and 8 deletions

View file

@ -80,8 +80,9 @@ class _TorSettingsViewState extends ConsumerState<TorSettingsView> {
return const StackDialog(
title: "What is Tor?",
message:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. "
"Sed sit amet nulla accumsan, ornare felis pellentesque, auctor nulla.",
"Short for \"The Onion Router\", is an open-source software that enables internet communication"
" to remain anonymous by routing internet traffic through a series of layered nodes,"
" to obscure the origin and destination of data.",
rightButton: SecondaryButton(
label: "Close",
),
@ -169,8 +170,9 @@ class _TorSettingsViewState extends ConsumerState<TorSettingsView> {
return const StackDialog(
title: "What is Tor killswitch?",
message:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. "
"Sed sit amet nulla accumsan, ornare felis pellentesque, auctor nulla.",
"A security feature that protects your information from accidental exposure by"
" disconnecting your device from the Tor network if your virtual private network (VPN)"
" connection is disrupted or compromised.",
rightButton: SecondaryButton(
label: "Close",
),

View file

@ -144,8 +144,9 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
height: 20,
),
Text(
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. "
"Sed sit amet nulla accumsan, ornare felis pellentesque, auctor nulla.",
"Short for \"The Onion Router\", is an open-source software that enables internet communication"
" to remain anonymous by routing internet traffic through a series of layered nodes,"
" to obscure the origin and destination of data.",
style: STextStyles
.desktopTextMedium(
context)
@ -253,8 +254,9 @@ class _TorSettingsState extends ConsumerState<TorSettings> {
height: 20,
),
Text(
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. "
"Sed sit amet nulla accumsan, ornare felis pellentesque, auctor nulla.",
"A security feature that protects your information from accidental exposure by"
" disconnecting your device from the Tor network if your virtual private network (VPN)"
" connection is disrupted or compromised.",
style: STextStyles
.desktopTextMedium(
context)