mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 03:15:50 +00:00
lelantus->Lelantus, spark->Spark, firo->Firo
This commit is contained in:
parent
7d18220b29
commit
9e3cc4544d
2 changed files with 5 additions and 5 deletions
|
@ -209,7 +209,7 @@ class _FiroRescanRecoveryErrorViewState
|
||||||
children: [
|
children: [
|
||||||
if (!Util.isDesktop) const Spacer(),
|
if (!Util.isDesktop) const Spacer(),
|
||||||
Text(
|
Text(
|
||||||
"Failed to rescan firo wallet",
|
"Failed to rescan Firo wallet",
|
||||||
style: STextStyles.pageTitleH2(context),
|
style: STextStyles.pageTitleH2(context),
|
||||||
),
|
),
|
||||||
Util.isDesktop
|
Util.isDesktop
|
||||||
|
|
|
@ -178,7 +178,7 @@ class WalletBalanceToggleSheet extends ConsumerWidget {
|
||||||
),
|
),
|
||||||
if (balanceSecondary != null)
|
if (balanceSecondary != null)
|
||||||
BalanceSelector(
|
BalanceSelector(
|
||||||
title: "Available lelantus balance",
|
title: "Available Lelantus balance",
|
||||||
coin: coin,
|
coin: coin,
|
||||||
balance: balanceSecondary.spendable,
|
balance: balanceSecondary.spendable,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
@ -204,7 +204,7 @@ class WalletBalanceToggleSheet extends ConsumerWidget {
|
||||||
),
|
),
|
||||||
if (balanceSecondary != null)
|
if (balanceSecondary != null)
|
||||||
BalanceSelector(
|
BalanceSelector(
|
||||||
title: "Full lelantus balance",
|
title: "Full Lelantus balance",
|
||||||
coin: coin,
|
coin: coin,
|
||||||
balance: balanceSecondary.total,
|
balance: balanceSecondary.total,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
@ -230,7 +230,7 @@ class WalletBalanceToggleSheet extends ConsumerWidget {
|
||||||
),
|
),
|
||||||
if (balanceTertiary != null)
|
if (balanceTertiary != null)
|
||||||
BalanceSelector(
|
BalanceSelector(
|
||||||
title: "Available spark balance",
|
title: "Available Spark balance",
|
||||||
coin: coin,
|
coin: coin,
|
||||||
balance: balanceTertiary.spendable,
|
balance: balanceTertiary.spendable,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
@ -256,7 +256,7 @@ class WalletBalanceToggleSheet extends ConsumerWidget {
|
||||||
),
|
),
|
||||||
if (balanceTertiary != null)
|
if (balanceTertiary != null)
|
||||||
BalanceSelector(
|
BalanceSelector(
|
||||||
title: "Full spark balance",
|
title: "Full Spark balance",
|
||||||
coin: coin,
|
coin: coin,
|
||||||
balance: balanceTertiary.total,
|
balance: balanceTertiary.total,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
|
Loading…
Reference in a new issue