Skip to content

Commit

Permalink
fix: inconsistent punctuation in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sarneijim committed Apr 11, 2024
1 parent 21f9d07 commit 4065d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -5414,7 +5414,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 4065d9f

Please sign in to comment.