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>
|
<DialogHeader>
|
||||||
<DialogTitle>Confirm Export</DialogTitle>
|
<DialogTitle>Confirm Export</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
For security reasons, please enter your password to export
|
For security reasons, please enter your password to export sensitive information
|
||||||
{includeRecoveryKey && secretsMode === "cleartext"
|
|
||||||
? " the recovery key and decrypted secrets."
|
|
||||||
: includeRecoveryKey
|
|
||||||
? " the recovery key."
|
|
||||||
: " decrypted secrets."}
|
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<div className="space-y-4 py-4">
|
<div className="space-y-4 py-4">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue