mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +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,
|
title: S.current.address_book_menu,
|
||||||
image: Image.asset('assets/images/open_book_menu.png',
|
image: Image.asset('assets/images/open_book_menu.png',
|
||||||
height: 16, width: 16)),
|
height: 16, width: 16)),
|
||||||
if(!isMonerOnly)
|
if(!isMoneroOnly)
|
||||||
WalletMenuItem(
|
WalletMenuItem(
|
||||||
title: S.current.backup,
|
title: S.current.backup,
|
||||||
image: Image.asset('assets/images/restore_wallet.png',
|
image: Image.asset('assets/images/restore_wallet.png',
|
||||||
|
|
Loading…
Reference in a new issue