Add localisation text for sell-title

This commit is contained in:
RafiaChy 2022-01-14 17:17:37 +06:00
parent 354f166834
commit 54785717cb

View file

@ -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),
),
],