Skip to content

Commit

Permalink
Bugfix/inconsistent punctuation error message (#6657)
Browse files Browse the repository at this point in the history
* Bugfix/fix wrong param format swap (#5392)

* fix: fix wrong param format swap

* chore: add changeset

* fix: inconsistent punctuation in error message

* chore: add changeset
  • Loading branch information
sarneijim committed Apr 12, 2024
1 parent be3748b commit b129df5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/selfish-dolls-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"ledger-live-desktop": patch
"live-mobile": patch
---

Update error literal
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5421,7 +5421,7 @@
"description": "Impossible to calculate amount and fees"
},
"NotEnoughBalance": {
"title": "Sorry, insufficient balance including network fees. Adjust amount or verify balance",
"title": "Sorry, insufficient balance including network fees. Adjust amount or verify balance.",
"description": "Please make sure the account has enough funds."
},
"NotEnoughBalanceBecauseDestinationNotCreated": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"description": "Please send some EGLD to your account to pay for transactions."
},
"NotEnoughBalance": {
"title": "Sorry, insufficient balance including network fees. Adjust amount or verify balance",
"title": "Sorry, insufficient balance including network fees. Adjust amount or verify balance.",
"description": "Please make sure the account has enough funds."
},
"NoSuchAppOnProvider": {
Expand Down

0 comments on commit b129df5

Please sign in to comment.