mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
CWA-217 | changed trade history title to transactions
This commit is contained in:
parent
ce21e6bc7a
commit
6c77a6cd01
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class ButtonHeader extends SliverPersistentHeaderDelegate {
|
|||
alignment: Alignment.center,
|
||||
children: <Widget>[
|
||||
Text(
|
||||
S.of(context).trade_history_title,
|
||||
S.of(context).transactions,
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
color: Theme.of(context).primaryTextTheme.title.color
|
||||
|
|
Loading…
Reference in a new issue