mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
recipient ticker fix
This commit is contained in:
parent
7b74c415ac
commit
f129c13e92
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class _Step2ViewState extends ConsumerState<Step2View> {
|
|||
),
|
||||
RoundedWhiteContainer(
|
||||
child: Text(
|
||||
"This is the wallet where your BTC will be sent to.",
|
||||
"This is the wallet where your ${model.receiveTicker} will be sent to.",
|
||||
style: STextStyles.label,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue