Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]: Remove Trustchain from error and handle it in generic way #7725

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/empty-pumas-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"ledger-live-desktop": patch
"live-mobile": patch
---

Update errors in trad
7 changes: 7 additions & 0 deletions apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5695,6 +5695,13 @@
"title": "Something went wrong. Please reconnect your device",
"description": "{{message}}"
},
"TrustchainEjected": {
"title": "Not Synced anymore"
},
"TrustchainNotAllowed": {
"title": "You are not in sync anymore",
"description": "Please try again or contact Ledger Support."
},
"TrustchainNotFound": {
"title": "Something went wrong while fetching your data",
"description": "Please try again or contact Ledger Support."
Expand Down
9 changes: 7 additions & 2 deletions apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,13 @@
"description": "The server could not handle your request. Please try again later or contact Ledger Support.",
"errorCode": "Code: {{errorCode}}"
},
"TrustchainEjected": {
"title": "Not Synced anymore"
},
"TrustchainNotAllowed": {
"title": "You are not in sync anymore",
"description": "Please try again or contact Ledger Support."
},
"TrustchainNotFound": {
"title": "Something went wrong while fetching your data",
"description": "Please try again or contact Ledger Support."
Expand Down Expand Up @@ -6818,8 +6825,6 @@
},
"errors": {
"fetching": "Something went wrong while fetching your synchronized instances.",
"trustchain": "Unexpected falsy trustchain",
"memberCredentials": "Unexpected falsy member credentials",
"ledgerSyncUnavailable": "Ledger Sync is currently unavailable. This doesn’t have any impact on your assets."
}
},
Expand Down
Loading