mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
misleading text. Tor connection for the required parts of fusion messages happens in the background
This commit is contained in:
parent
5809687116
commit
d2791e005d
2 changed files with 2 additions and 4 deletions
|
@ -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>()!
|
||||
|
|
|
@ -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),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue