1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-24 20:15:44 +00:00

reset: add link to ToS to reset_device

This commit is contained in:
Pavol Rusnak 2018-12-10 18:46:05 +01:00
parent d576df427e
commit 0cf5ef837f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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();