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