recipient ticker fix

This commit is contained in:
julian 2022-08-30 13:17:53 -06:00
parent 7b74c415ac
commit f129c13e92

View file

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