Skip to content

Commit

Permalink
i18n: ledger upgrade text update (#1650)
Browse files Browse the repository at this point in the history
# Motivation

Update the error text because the ledger app version is not yet
available.

# Changes

- text update
  • Loading branch information
mstrasinskis authored Dec 20, 2022
1 parent ffd8775 commit f4de212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
"unexpected_wallet": "Found unexpected public key. Are you sure you're using the right hardware wallet?",
"access_denied": "Access denied to use the ledger device.",
"user_rejected_transaction": "The transaction was rejected on the ledger device.",
"version_not_supported": "Sorry, transaction not supported with version $currentVersion. Please upgrade the Ledger App to $minVersion.",
"version_not_supported": "Sorry, transaction not supported with version $currentVersion. Please upgrade the Ledger App to $minVersion as soon as it is available.",
"browser_not_supported": "Sorry, the browser does not support the WebHID API needed to connect the hardware wallet. Check support in https://caniuse.com/?search=WebHID",
"incorrect_identifier": "Wallet account identifier doesn't match. Are you sure you connected the right hardware wallet? Expected identifier: $identifier. Wallet identifier: $ledgerIdentifier."
},
Expand Down

0 comments on commit f4de212

Please sign in to comment.