title fix

This commit is contained in:
julian 2022-09-30 14:43:04 -06:00
parent 8f6c938695
commit 626b0ee9ef

View file

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