From 81553df02f2a21f821e6f50297aa92b5a7e456a3 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Mon, 25 May 2020 18:43:31 +0000 Subject: [PATCH] legacy: add ToS dialog to recovery (cherry picked from commit 28b22cef224b25975a81821cf705afababb49dd5) --- legacy/firmware/recovery.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/firmware/recovery.c b/legacy/firmware/recovery.c index b1f4db803..38fa2e9fe 100644 --- a/legacy/firmware/recovery.c +++ b/legacy/firmware/recovery.c @@ -482,7 +482,8 @@ void recovery_init(uint32_t _word_count, bool passphrase_protection, if (!dry_run) { layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"), NULL, _("Do you really want to"), _("recover the device?"), - NULL, NULL, NULL, NULL); + NULL, _("By continuing you"), _("agree to trezor.io/tos"), + NULL); if (!protectButton(ButtonRequestType_ButtonRequest_ProtectCall, false)) { fsm_sendFailure(FailureType_Failure_ActionCancelled, NULL); layoutHome();