mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +00:00
title fix
This commit is contained in:
parent
8f6c938695
commit
626b0ee9ef
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class _ChooseFromStackViewState extends ConsumerState<ChooseFromStackView> {
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
leading: const AppBarBackButton(),
|
leading: const AppBarBackButton(),
|
||||||
title: Text(
|
title: Text(
|
||||||
"Edit trade note",
|
"Choose your ${coin.ticker.toUpperCase()} wallet",
|
||||||
style: STextStyles.navBarTitle(context),
|
style: STextStyles.navBarTitle(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue