Skip to content

Commit 3c3f24a

Browse files
author
Jamie C. Driver
committed
attestation: update ui 'attestation' text to preferred 'genuine check'
1 parent b2608b1 commit 3c3f24a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/process/sign_attestation.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ void sign_attestation_process(void* process_ptr)
7373
}
7474

7575
// User to confirm signing
76-
const char* message[] = { "Sign Attestation challenge?" };
77-
if (!await_yesno_activity("Sign Attestation", message, 1, true, "blkstrm.com/attest")) {
76+
const char* message[] = { "Sign Genuine Check?" };
77+
if (!await_yesno_activity("Genuine Check", message, 1, true, "blkstrm.com/genuine")) {
7878
JADE_LOGW("User declined to sign attestation");
79-
jade_process_reject_message(process, CBOR_RPC_USER_CANCELLED, "User declined to sign attestation", NULL);
79+
jade_process_reject_message(process, CBOR_RPC_USER_CANCELLED, "User declined to sign genuine check", NULL);
8080
goto cleanup;
8181
}
8282
JADE_LOGD("User pressed accept");

0 commit comments

Comments
 (0)