diff --git a/src/renderer/components/Transaction/TransactionRecipientList.vue b/src/renderer/components/Transaction/TransactionRecipientList.vue index 8c0713f79d..937e5572d2 100644 --- a/src/renderer/components/Transaction/TransactionRecipientList.vue +++ b/src/renderer/components/Transaction/TransactionRecipientList.vue @@ -82,7 +82,7 @@ export default { type: String, required: false, default: function () { - return this.$t('TRANSACTION.RECIPIENTS') + return this.$t('TRANSACTION.RECIPIENTS_TITLE_MINIMUM') } }, diff --git a/src/renderer/i18n/locales/en-US.js b/src/renderer/i18n/locales/en-US.js index 645f278505..0a8a1028bd 100644 --- a/src/renderer/i18n/locales/en-US.js +++ b/src/renderer/i18n/locales/en-US.js @@ -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',