diff --git a/src/cryptenroll/cryptenroll-recovery.c b/src/cryptenroll/cryptenroll-recovery.c index 7c170f28502..f12c2713383 100644 --- a/src/cryptenroll/cryptenroll-recovery.c +++ b/src/cryptenroll/cryptenroll-recovery.c @@ -67,7 +67,7 @@ int enroll_recovery( "whenever authentication is requested.\n", stderr); fflush(stderr); - (void) print_qrcode(stderr, "You may optionally scan the recovery key off screen", password); + (void) print_qrcode(stderr, "Optionally scan the recovery key for safekeeping", password); if (asprintf(&keyslot_as_string, "%i", keyslot) < 0) { r = log_oom(); diff --git a/src/home/homectl-recovery-key.c b/src/home/homectl-recovery-key.c index bf18ae49e42..ada9a2d693e 100644 --- a/src/home/homectl-recovery-key.c +++ b/src/home/homectl-recovery-key.c @@ -159,7 +159,7 @@ int identity_add_recovery_key(JsonVariant **v) { "whenever authentication is requested.\n", stderr); fflush(stderr); - (void) print_qrcode(stderr, "You may optionally scan the recovery key off screen", password); + (void) print_qrcode(stderr, "Optionally scan the recovery key for safekeeping", password); return 0; } diff --git a/src/journal/journalctl-authenticate.c b/src/journal/journalctl-authenticate.c index 10630f5e6cc..5c8fa6e8bf9 100644 --- a/src/journal/journalctl-authenticate.c +++ b/src/journal/journalctl-authenticate.c @@ -198,9 +198,7 @@ int action_setup_keys(void) { if (!url) return log_oom(); - (void) print_qrcode(stderr, - "To transfer the verification key to your phone scan the QR code below", - url); + (void) print_qrcode(stderr, "Scan the verification key to transfer it to another device", url); #endif return 0;