From 6c77a6cd01fba7988342930af8bd45b23c2209e1 Mon Sep 17 00:00:00 2001 From: Oleksandr Sobol Date: Fri, 29 May 2020 23:04:12 +0300 Subject: [PATCH] CWA-217 | changed trade history title to transactions --- lib/src/screens/dashboard/widgets/button_header.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/screens/dashboard/widgets/button_header.dart b/lib/src/screens/dashboard/widgets/button_header.dart index d65525947..50b579ef4 100644 --- a/lib/src/screens/dashboard/widgets/button_header.dart +++ b/lib/src/screens/dashboard/widgets/button_header.dart @@ -88,7 +88,7 @@ class ButtonHeader extends SliverPersistentHeaderDelegate { alignment: Alignment.center, children: [ Text( - S.of(context).trade_history_title, + S.of(context).transactions, style: TextStyle( fontSize: 20, color: Theme.of(context).primaryTextTheme.title.color