misleading text. Tor connection for the required parts of fusion messages happens in the background

This commit is contained in:
julian 2023-10-18 08:30:15 -06:00
parent 5809687116
commit d2791e005d
2 changed files with 2 additions and 4 deletions

View file

@ -148,8 +148,7 @@ class _CashFusionViewState extends ConsumerState<CashFusionView> {
children: [
RoundedWhiteContainer(
child: Text(
"CashFusion allows you to anonymize your BCH coins."
" You must be connected to the Tor network.",
"CashFusion allows you to anonymize your BCH coins.",
style: STextStyles.w500_12(context).copyWith(
color: Theme.of(context)
.extension<StackColors>()!

View file

@ -260,8 +260,7 @@ class _DesktopCashFusion extends ConsumerState<DesktopCashFusionView> {
child: Row(
children: [
Text(
"CashFusion allows you to anonymize your BCH coins."
"\nYou must be connected to the Tor network.",
"CashFusion allows you to anonymize your BCH coins.",
style:
STextStyles.desktopTextExtraExtraSmall(context),
),