CWA-217 | changed trade history title to transactions

Oleksandr Sobol committed May 29, 2020 at 23:04 UTC 6c77a6cd01fba7988342930af8bd45b23c2209e1
1 file changed +1 -1
lib/src/screens/dashboard/widgets/button_header.dart
+1 -1
@@ -88,7 +88,7 @@ class ButtonHeader extends SliverPersistentHeaderDelegate {
88 alignment: Alignment.center,
89 children: <Widget>[
90 Text(
91 - S.of(context).trade_history_title,
91 + S.of(context).transactions,
92 style: TextStyle(
93 fontSize: 20,
94 color: Theme.of(context).primaryTextTheme.title.color