From 54785717cbd8ab57a8e04c0f27b94d76ff4ce05b Mon Sep 17 00:00:00 2001 From: RafiaChy Date: Fri, 14 Jan 2022 17:17:37 +0600 Subject: [PATCH] Add localisation text for sell-title --- lib/src/screens/dashboard/dashboard_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/screens/dashboard/dashboard_page.dart b/lib/src/screens/dashboard/dashboard_page.dart index 67bdfc827..4be30173e 100644 --- a/lib/src/screens/dashboard/dashboard_page.dart +++ b/lib/src/screens/dashboard/dashboard_page.dart @@ -154,7 +154,7 @@ class DashboardPage extends BasePage { if (!isMoneroOnly) ActionButton( image: sellImage, - title: 'Sell', + title: S.of(context).sell, onClick: () async => await _onClickSellButton(context), ), ],