reset: add link to ToS to reset_device

pull/25/head
Pavol Rusnak 6 years ago
parent d576df427e
commit 0cf5ef837f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -50,7 +50,7 @@ void reset_init(bool display_random, uint32_t _strength, bool passphrase_protect
return;
}
layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"), NULL, _("Do you really want to"), _("create a new wallet?"), NULL, NULL, NULL, NULL);
layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"), NULL, _("Do you really want to"), _("create a new wallet?"), NULL, _("By continuing you"), _("agree to trezor.io/tos"), NULL);
if (!protectButton(ButtonRequestType_ButtonRequest_ProtectCall, false)) {
fsm_sendFailure(FailureType_Failure_ActionCancelled, NULL);
layoutHome();

Loading…
Cancel
Save