mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
text changes
This commit is contained in:
parent
863c59c25d
commit
6a2c0c4d8a
3 changed files with 4 additions and 4 deletions
|
@ -199,7 +199,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
||||||
left: 32,
|
left: 32,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
"Choose a coin to exchange",
|
"Choose a crypto to buy",
|
||||||
style: STextStyles.desktopH3(context),
|
style: STextStyles.desktopH3(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
@ -97,7 +97,7 @@ class _CryptoSelectionViewState extends State<CryptoSelectionView> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
"Choose a crypto to buy",
|
"Choose a coin to buy",
|
||||||
style: STextStyles.pageTitleH2(context),
|
style: STextStyles.pageTitleH2(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
@ -97,7 +97,7 @@ class _FiatSelectionViewState extends State<FiatSelectionView> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
"Choose a crypto to buy",
|
"Choose a currency with which to pay",
|
||||||
style: STextStyles.pageTitleH2(context),
|
style: STextStyles.pageTitleH2(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -174,7 +174,7 @@ class _FiatSelectionViewState extends State<FiatSelectionView> {
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"Popular fiats",
|
"Popular currencies",
|
||||||
style: STextStyles.smallMed12(context),
|
style: STextStyles.smallMed12(context),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
|
|
Loading…
Reference in a new issue