mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 04:19:36 +00:00
Add localisation text for sell-title
This commit is contained in:
parent
354f166834
commit
54785717cb
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue