diff --git a/desktop/src/features/onboarding/ui/MachineOnboardingFlow.tsx b/desktop/src/features/onboarding/ui/MachineOnboardingFlow.tsx
index 4579f331477..ed52b87abb0 100644
--- a/desktop/src/features/onboarding/ui/MachineOnboardingFlow.tsx
+++ b/desktop/src/features/onboarding/ui/MachineOnboardingFlow.tsx
@@ -440,10 +440,11 @@ export function MachineOnboardingFlow({
{keyImportDialog === "backup" ? (
- Restore from a backup file
+ Import from a file
- Choose the encrypted backup file you saved from Buzz.
+ Choose a file containing a private key or a password-protected
+ Buzz backup.
- Paste your private key to sign in to Buzz. You can also
- use a{" "}
+ Paste your private key to sign in to Buzz. You can also{" "}
, or{" "}
@@ -458,7 +458,7 @@ export function NostrKeyImportForm({
>
- Drop your backup file here
+ Drop file here
) : null}
@@ -655,7 +655,7 @@ export function NostrKeyImportForm({
: undefined
}
>
- {mode === "key" || isPasswordStage ? (
+ {mode === "key" || isPasswordStage || isValid ? (