mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
purchase -> quote
This commit is contained in:
parent
fff29ba826
commit
43ec061740
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class _BuyQuotePreviewViewState extends State<BuyQuotePreviewView> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
"Purchase ID",
|
||||
"Quote ID",
|
||||
style: STextStyles.label(context),
|
||||
),
|
||||
Text(
|
||||
|
|
Loading…
Reference in a new issue