Add localisation text for sell-title
RafiaChy committed
Jan 14, 2022 at 17:17 UTC
54785717cbd8ab57a8e04c0f27b94d76ff4ce05b
1 file changed
+1
-1
lib/src/screens/dashboard/dashboard_page.dart
+1
-1
@@ -154,7 +154,7 @@ class DashboardPage extends BasePage {
154
if (!isMoneroOnly)
155
ActionButton(
156
image: sellImage,
157
- title: 'Sell',
157
+ title: S.of(context).sell,
158
onClick: () async => await _onClickSellButton(context),
159
),
160
],