commit 8732bead24755c982f8259b721f7d6bd3a347ce7
parent 95a0cbabfd3fcd9e0e823cfa007f6d637b625162
Author: Neil Booth <kyuupichan@gmail.com>
Date: Fri, 22 Jan 2016 21:18:03 +0900
Trezor: fix a typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/trezor/qt_generic.py b/plugins/trezor/qt_generic.py
@@ -559,7 +559,7 @@ class SettingsDialog(WindowModalDialog):
# Advanced tab - toggle passphrase protection
passphrase_button = QPushButton()
passphrase_button.clicked.connect(toggle_passphrase)
- passphrase_msg = WWLabel(PASSPHRASE_MSG)
+ passphrase_msg = WWLabel(PASSPHRASE_HELP)
passphrase_warning = WWLabel(PASSPHRASE_NOT_PIN)
passphrase_warning.setStyleSheet("color: red")
advanced_glayout.addWidget(passphrase_button, 3, 2)