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

Commit

Permalink
chore: multipayment notice min. recipients (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Jul 8, 2020
1 parent 3787acd commit 0d6936b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
type: String,
required: false,
default: function () {
return this.$t('TRANSACTION.RECIPIENTS')
return this.$t('TRANSACTION.RECIPIENTS_TITLE_MINIMUM')
}
},
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/i18n/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -1146,12 +1146,13 @@ export default {
LOAD_FROM_URI: 'Load transaction from URI',
MULTIPLE: 'Multiple',
NONCE: 'Nonce',
NO_RECIPIENTS: 'There are no recipient(s)',
NO_RECIPIENTS: 'There are no recipients',
OPEN_IN_EXPLORER: 'Open in Explorer',
PASSPHRASE: 'Passphrase',
PASSWORD: 'Encryption Password',
RECIPIENT: 'Recipient',
RECIPIENTS: 'Recipients',
RECIPIENTS_TITLE_MINIMUM: 'Recipients (minimum 2)',
RESEND: 'Resend',
RESENT_NOTICE: 'Transaction {transactionId} has been resent',
SAVE_OFFLINE: 'Save transaction offline',
Expand Down

0 comments on commit 0d6936b

Please sign in to comment.