Skip to content

Conversation

@thisconnect
Copy link
Collaborator

The app only displayed "Backup does NOT match the wallet" without any further information. This message was shown in cases where the user aborted on the device, or also when there was no matching backup.

Added a custom aborted message and improved the does-not-match message, with some more information.

@thisconnect
Copy link
Collaborator Author

Screenshot 2025-12-17 at 16 10 15

if (!check.success) {
setActiveDialog(true);
setMessage(t('backup.check.notOK'));
if (check.code === 104) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use errUserAbort from bitbox02.ts

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

"checking": "Checking backup…",
"confirmTitle": "Check backup",
"notOK": "Backup does NOT match the wallet.",
"notOK": "No backups on the microSD card matched the wallet on the BitBox. This can occur if you inserted a microSD card that was used to set-up another BitBox. Please locate the correct microSD card used to set-up this BitBox and try again.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you change it on locize too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not yet, but once this is merged I will. I need to keep it here else I'll forget about it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can remove it, if you approve the PR and I update locize. But then the issue isn't fixed until you pull.

The app only displayed "Backup does NOT match the wallet" without
any further information. This message was shown in cases where
the user aborted on the device, or also when there was no
matching backup.

Added a custom aborted message and improved the does-not-match
message, with some more information.
@thisconnect thisconnect force-pushed the frontend-improve-backupcheck-message branch from 60f177b to af8004e Compare December 18, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants