Skip to content

Commit

Permalink
Merge branch 'feat/integrate-aptos' into test/LIVE-15128_unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Jan 3, 2025
2 parents 760ce80 + 89aea3a commit 6f7de1d
Show file tree
Hide file tree
Showing 10 changed files with 790 additions and 42 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5820,10 +5820,10 @@
"title": "Account not scanned by full node",
"description": "Please configure your full node to scan for the accounts associated with this device. Your full node must first scan the blockchain for this account before you can add it to your portfolio."
},
"SequenseNumberTooNew": {
"SequenceNumberTooNew": {
"title": "Sequence number too new"
},
"SequenseNumberTooOld": {
"SequenceNumberTooOld": {
"title": "Sequence number too old",
"description": "Sequence number too old"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,10 @@
"GasLessThanEstimate": {
"title": "This may be too low. Please increase"
},
"SequenseNumberTooNew": {
"SequenceNumberTooNew": {
"title": "Sequence number too new"
},
"SequenseNumberTooOld": {
"SequenceNumberTooOld": {
"title": "Sequence number too old"
},
"TransactionExpired": {
Expand Down
Loading

0 comments on commit 6f7de1d

Please sign in to comment.