Skip to content

Commit 6207a8d

Browse files
authored
Change button text from 'BIP-39 password' to 'passphrase'
1 parent a239557 commit 6207a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async def settingsmenu(self):
340340
]
341341
if self.keystore.storage_button is not None:
342342
buttons.append((1, self.keystore.storage_button))
343-
buttons.append((2, "Enter BIP-39 password"))
343+
buttons.append((2, "Enter passphrase"))
344344
if hasattr(self.keystore, "show_mnemonic"):
345345
buttons.append((3, "Show recovery phrase"))
346346
buttons.extend([(None, "Security"), (4, "Device settings")]) # delimiter

0 commit comments

Comments
 (0)