Simplify UI message for secrets export
Co-authored-by: Nico <47644445+nicotsx@users.noreply.github.com>
This commit is contained in:
parent
94712bb7b8
commit
13883f3053
1 changed files with 1 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue