mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-22 15:19:11 +00:00
copy and paste fix
This commit is contained in:
parent
21eb453e1a
commit
d10500ce02
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
||||||
left: 32,
|
left: 32,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
"Choose a fiat with which to pay",
|
"Preview quote",
|
||||||
style: STextStyles.desktopH3(context),
|
style: STextStyles.desktopH3(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue