mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Rename Change.NOW
This commit is contained in:
parent
b9ef71749e
commit
ff28dfbb9c
1 changed files with 2 additions and 2 deletions
|
@ -83,12 +83,12 @@ abstract class DashboardViewModelBase with Store {
|
|||
.toggleDisplayExchange(ExchangeProviderDescription.all)),
|
||||
FilterItem(
|
||||
value: tradeFilterStore.displayChangeNow,
|
||||
caption: 'Change.NOW',
|
||||
caption: ExchangeProviderDescription.changeNow.title,
|
||||
onChanged: () => tradeFilterStore
|
||||
.toggleDisplayExchange(ExchangeProviderDescription.changeNow)),
|
||||
FilterItem(
|
||||
value: tradeFilterStore.displaySideShift,
|
||||
caption: 'SideShift',
|
||||
caption: ExchangeProviderDescription.sideShift.title,
|
||||
onChanged: () => tradeFilterStore
|
||||
.toggleDisplayExchange(ExchangeProviderDescription.sideShift)),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue