text changes

This commit is contained in:
sneurlax 2023-01-11 12:37:48 -06:00
parent 863c59c25d
commit 6a2c0c4d8a
3 changed files with 4 additions and 4 deletions

View file

@ -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),
), ),
), ),

View file

@ -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),
), ),
), ),

View file

@ -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(