chore: wording
This commit is contained in:
parent
fd77fd4e41
commit
7885b2ea26
1 changed files with 3 additions and 3 deletions
|
|
@ -219,15 +219,15 @@ export default function Settings({ loaderData }: Route.ComponentProps) {
|
||||||
<DialogTrigger asChild>
|
<DialogTrigger asChild>
|
||||||
<Button variant="outline">
|
<Button variant="outline">
|
||||||
<Download size={16} className="mr-2" />
|
<Download size={16} className="mr-2" />
|
||||||
Download Restic Password
|
Download recovery key
|
||||||
</Button>
|
</Button>
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<form onSubmit={handleDownloadResticPassword}>
|
<form onSubmit={handleDownloadResticPassword}>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Download Restic Password</DialogTitle>
|
<DialogTitle>Download Recovery Key</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
For security reasons, please enter your account password to download the Restic password file.
|
For security reasons, please enter your account password to download the recovery key file.
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<div className="space-y-4 py-4">
|
<div className="space-y-4 py-4">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue