mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-02 19:02:17 +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(
|
RoundedWhiteContainer(
|
||||||
child: Text(
|
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,
|
style: STextStyles.label,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue