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: [
|
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>()!
|
||||||
|
|
|
@ -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),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue