Skip to content

Commit

Permalink
Minor text / translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Nov 3, 2024
1 parent 82df4bd commit 7920bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: seedsigner 0.8.5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-11-03 14:10-0600\n"
"POT-Creation-Date: 2024-11-03 14:15-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1011,7 +1011,7 @@ msgid "Scan a SeedQR"
msgstr ""

#: src/seedsigner/views/seed_views.py
msgid " Create a seed"
msgid "Create a seed"
msgstr ""

#: src/seedsigner/views/seed_views.py
Expand Down
2 changes: 1 addition & 1 deletion src/seedsigner/views/seed_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class LoadSeedView(View):
TYPE_12WORD = ButtonOption("Enter 12-word seed", FontAwesomeIconConstants.KEYBOARD)
TYPE_24WORD = ButtonOption("Enter 24-word seed", FontAwesomeIconConstants.KEYBOARD)
TYPE_ELECTRUM = ButtonOption("Enter Electrum seed", FontAwesomeIconConstants.KEYBOARD)
CREATE = ButtonOption(" Create a seed", SeedSignerIconConstants.PLUS)
CREATE = ButtonOption("Create a seed", SeedSignerIconConstants.PLUS)

def run(self):
button_data = [
Expand Down

0 comments on commit 7920bbd

Please sign in to comment.