From eacca4e906106db5c499b949592839c30cb08889 Mon Sep 17 00:00:00 2001 From: Gray Williams Date: Fri, 12 Jun 2026 10:07:08 +0100 Subject: [PATCH] Linux disk encryption key escrow: Improve confirmation modal (#47097) - @noahtalerman: For the following quick win: - #46528 ## Summary by CodeRabbit * **Bug Fixes** * Clarified the success message shown after disk encryption key escrow: instructs users to close the window, go to the "My Device" page, and use "Refetch" to clear the yellow notification banner. --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Co-authored-by: Noah Talerman --- orbit/pkg/luks/luks_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbit/pkg/luks/luks_linux.go b/orbit/pkg/luks/luks_linux.go index 185732e0ba..4f1e362799 100644 --- a/orbit/pkg/luks/luks_linux.go +++ b/orbit/pkg/luks/luks_linux.go @@ -42,7 +42,7 @@ const ( infoTitle = "Disk encryption" infoFailedText = "Failed to escrow key. Please try again later." - infoSuccessText = "Disk encryption key created! Now, return to your browser window and follow the instructions to verify." + infoSuccessText = "Disk encryption key escrowed to Fleet. Close this window, navigate to your Fleet My Device page, and select Refetch to clear the yellow banner." timeoutMessage = "Please visit Fleet Desktop > My device and click Create key" maxKeySlots = 8 userKeySlot = 0 // Key slot 0 is assumed to be the location of the user's passphrase