chore: wording

This commit is contained in:
Nicolas Meienberger 2026-01-02 22:09:04 +01:00
parent fd77fd4e41
commit 7885b2ea26

View file

@ -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">