We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6207a8d commit 151ff38Copy full SHA for 151ff38
src/gui/async_gui.py
@@ -84,13 +84,13 @@ async def fn(scr):
84
85
async def get_input(
86
self,
87
- title="Enter your BIP-39 password:",
88
- note="This password creates a completely different set of keys\n"
+ title="Enter your passphrase:",
+ note="This passphrase creates a completely different set of keys\n"
89
"and it is never stored on the device. Don't forget it!",
90
suggestion="",
91
):
92
"""
93
- Asks the user for a password
+ Asks the user for a passphrase
94
95
scr = InputScreen(title, note, suggestion)
96
await self.load_screen(scr)
0 commit comments