mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 10:45:08 +00:00
Fix typo
This commit is contained in:
parent
226d546d55
commit
a1380af681
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class WalletMenu {
|
|||
title: S.current.address_book_menu,
|
||||
image: Image.asset('assets/images/open_book_menu.png',
|
||||
height: 16, width: 16)),
|
||||
if(!isMonerOnly)
|
||||
if(!isMoneroOnly)
|
||||
WalletMenuItem(
|
||||
title: S.current.backup,
|
||||
image: Image.asset('assets/images/restore_wallet.png',
|
||||
|
|
Loading…
Reference in a new issue