Skip to content

Commit 151ff38

Browse files
authored
Rename 'BIP-39 password' to 'passphrase' in input prompt
I edited the BIP-39 password into passphrase at at the missing locations of the firmware / code.
1 parent 6207a8d commit 151ff38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/gui/async_gui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ async def fn(scr):
8484

8585
async def get_input(
8686
self,
87-
title="Enter your BIP-39 password:",
88-
note="This password creates a completely different set of keys\n"
87+
title="Enter your passphrase:",
88+
note="This passphrase creates a completely different set of keys\n"
8989
"and it is never stored on the device. Don't forget it!",
9090
suggestion="",
9191
):
9292
"""
93-
Asks the user for a password
93+
Asks the user for a passphrase
9494
"""
9595
scr = InputScreen(title, note, suggestion)
9696
await self.load_screen(scr)

0 commit comments

Comments
 (0)