Skip to content

Commit

Permalink
SFT-2755: capitalized "Words" in import menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Sep 18, 2023
1 parent 976e397 commit 65d382c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async def choose_restore_method(self):
from pages import ChooserPage
from data_codecs.qr_type import QRType

options = [{'label': '12 words', 'value': 12},
{'label': '24 words', 'value': 24},
options = [{'label': '12 Words', 'value': 12},
{'label': '24 Words', 'value': 24},
{'label': 'Compact SeedQR', 'value': QRType.COMPACT_SEED_QR},
{'label': 'SeedQR', 'value': QRType.SEED_QR}]

Expand Down

0 comments on commit 65d382c

Please sign in to comment.