Skip to content

Commit

Permalink
fix: migrate node copy (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Jul 13, 2024
1 parent 4a4d8d9 commit 831d7bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/src/screens/BackupNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ export function BackupNode() {
<InfoCircledIcon className="h-4 w-4" />
<AlertTitle>What Happens Next</AlertTitle>
<AlertDescription>
You'll need to enter your unlock password to download and decrypt a
backup of your Alby Hub data. After your backup is downloaded, we'll
give you instructions on how to import the backup file on another host
or machine.
You'll need to enter your unlock password to encrypt and download a
backup of your Alby Hub data. After your encrypted backup is
downloaded, we'll give you instructions on how to import the backup
file on another host or machine. Your unlock password will be needed
again to restore your backup.
</AlertDescription>
</Alert>
{showPasswordScreen ? (
Expand Down

0 comments on commit 831d7bf

Please sign in to comment.