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: [ children: [
RoundedWhiteContainer( RoundedWhiteContainer(
child: Text( child: Text(
"CashFusion allows you to anonymize your BCH coins." "CashFusion allows you to anonymize your BCH coins.",
" You must be connected to the Tor network.",
style: STextStyles.w500_12(context).copyWith( style: STextStyles.w500_12(context).copyWith(
color: Theme.of(context) color: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!

View file

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