Simplify UI message for secrets export

Co-authored-by: Nico <47644445+nicotsx@users.noreply.github.com>
This commit is contained in:
Jakub Trávník 2025-12-02 09:35:24 +01:00 committed by GitHub
parent 94712bb7b8
commit 13883f3053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -288,12 +288,7 @@ export function ExportDialog({
<DialogHeader>
<DialogTitle>Confirm Export</DialogTitle>
<DialogDescription>
For security reasons, please enter your password to export
{includeRecoveryKey && secretsMode === "cleartext"
? " the recovery key and decrypted secrets."
: includeRecoveryKey
? " the recovery key."
: " decrypted secrets."}
For security reasons, please enter your password to export sensitive information
</DialogDescription>
</DialogHeader>
<div className="space-y-4 py-4">