Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: add missing LOAD_FROM_URI error translation (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 10, 2020
1 parent 463d4f5 commit 9aacc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/i18n/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ export default {
BRIDGECHAIN_UPDATE: 'Bridgechain update was unsuccessful',
SAVE_OFFLINE: 'Failed to save transaction file: {error}',
LOAD_FROM_FILE: 'Failed to load transaction file',
LOAD_FROM_URI: 'Failed to load transaction URI',
EXPIRED: 'Transaction expired before it was processed: {transactionId}',
FEE_TOO_LOW: 'Transaction could not be sent because the fee ({fee}) is too low',
NOT_ENOUGH_BALANCE: 'The total amount of the recipients + fee is greater than the balance ({balance}) of the wallet',
Expand Down

0 comments on commit 9aacc5a

Please sign in to comment.