Skip to content

Commit

Permalink
SFT-1834: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Nov 11, 2023
1 parent 7b10a09 commit a9fb85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, refresh_cards_when_done=False, autobackup=True, full_backup=F
self.seed_words = []
self.full_backup = full_backup
self.autobackup = autobackup
self.statusbar = {'title': 'RESOTRE SEED', 'icon': 'ICON_SEED'}
self.statusbar = {'title': 'RESTORE SEED', 'icon': 'ICON_SEED'}

async def choose_restore_method(self):
from pages import ChooserPage
Expand Down

0 comments on commit a9fb85c

Please sign in to comment.