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

chore: Make multisignature text consistent #1697

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/renderer/i18n/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
CONNECTED: 'Connected to peer',
CONNECT_CUSTOM: 'Connect custom peer',
CUSTOM_TITLE: 'Connect to custom peer',
MULTI_SIGNATURE_TITLE: 'Connect Multi-Signature peer',
MULTI_SIGNATURE_TITLE: 'Connect multisignature peer',
CONNECT_FAILED: 'Failed to connect to peer',
LATENCY: 'Latency',
DISCONNECT: 'Disconnect from peer',
Expand Down Expand Up @@ -773,7 +773,7 @@ export default {
TRANSACTIONS: 'Transactions',
DELEGATES: 'Delegates',
IPFS: 'IPFS',
MULTI_SIGNATURE: 'Multi-Signature',
MULTI_SIGNATURE: 'Multisignature',
STATISTICS: 'Statistics',
SIGN_VERIFY: 'Sign',
PURCHASE: 'Purchase {ticker}'
Expand Down Expand Up @@ -950,8 +950,8 @@ export default {
DELEGATE_REGISTRATION: 'Delegate Registration',
VOTE: 'Vote',
UNVOTE: 'Unvote',
MULTI_SIGN: 'Multi-Signature Transaction',
MULTI_SIGNATURE: 'Multi-Signature',
MULTI_SIGN: 'Multisignature Transaction',
MULTI_SIGNATURE: 'Multisignature',
IPFS: 'IPFS',
MULTI_PAYMENT: 'Multipayment',
DELEGATE_RESIGNATION: 'Delegate Resignation',
Expand All @@ -971,7 +971,7 @@ export default {
SECOND_SIGNATURE: 'Second Signature transaction could not be created',
DELEGATE_REGISTRATION: 'Delegate Registration transaction could not be created',
VOTE: 'Vote transaction could not be created',
MULTI_SIGNATURE: 'Multi-Signature transaction could not be created',
MULTI_SIGNATURE: 'Multisignature transaction could not be created',
IPFS: 'IPFS transaction could not be created',
DELEGATE_RESIGNATION: 'Delegate Resignation transaction could not be created',
BUSINESS: {
Expand All @@ -992,7 +992,7 @@ export default {
UNVOTE: 'Unvote could not be registered',
IPFS: 'IPFS could not be created',
MULTI_SIGN: 'Could not sign transaction',
MULTI_SIGNATURE: 'Multi signature could not be created',
MULTI_SIGNATURE: 'Multisignature could not be created',
HTLC_LOCK: 'Timelock could not be created',
HTLC_CLAIM: 'Timelock Claim could not be created',
HTLC_REFUND: 'Timelock Refund could not be created',
Expand Down Expand Up @@ -1031,7 +1031,7 @@ export default {
VOTE: 'Voted successfully',
UNVOTE: 'Unvoted successfully',
MULTI_SIGN: 'Transaction has been signed successfully',
MULTI_SIGNATURE: 'Multi signature created successfully',
MULTI_SIGNATURE: 'Multisignature created successfully',
IPFS: 'IPFS created successfully',
HTLC_LOCK: 'Timelock created successfully',
HTLC_CLAIM: 'Timelock Claim created successfully',
Expand All @@ -1058,7 +1058,7 @@ export default {
NO_RECIPIENTS: 'There are no recipients'
},
MULTI_SIGNATURE: {
ADDRESS: 'Multi-Signature Address',
ADDRESS: 'Multisignature Address',
BUTTON_ADD: 'Add',
ERROR_DUPLICATE: 'The public key has already been added',
ERROR_MIN_KEYS_TOO_HIGH: 'Minimum required signatures is too high',
Expand Down Expand Up @@ -1168,7 +1168,7 @@ export default {
NEW_SECOND_SIGNATURE: 'New second signature: {address}',
NEW_DELEGATE_REGISTRATION: 'New delegate: {address} registered as {username}',
NEW_VOTE: 'New vote: {address} {voteUnvote} {publicKey}',
NEW_MULTI_SIGNATURE: 'New multi-signature registration: {address}',
NEW_MULTI_SIGNATURE: 'New multisignature registration: {address}',
NEW_IPFS: 'New IPFS hash: {address}',
NEW_MULTI_PAYMENT_SENT: 'New multipayment: {amount} sent from {sender} to {recipient}',
NEW_MULTI_PAYMENT_RECEIVED: 'New multipayment: {amount} received from {sender} to {recipient}',
Expand Down Expand Up @@ -1200,7 +1200,7 @@ export default {
ACTIONS: {
WALLET_NAME: 'Wallet Name',
CONTACT_NAME: 'Contact Name',
REGISTER_MULTISIGNATURE: 'Register Multi-Signature',
REGISTER_MULTISIGNATURE: 'Register Multisignature',
REGISTER_DELEGATE: 'Register Delegate',
RESIGN_DELEGATE: 'Resign Delegate',
SECOND_PASSPHRASE: 'Second Passphrase',
Expand Down Expand Up @@ -1304,7 +1304,7 @@ export default {
},

WALLET_MULTI_SIGNATURE: {
HEADER: 'Multi-Signature',
HEADER: 'Multisignature',
DESCRIPTION: 'Pending transactions requiring your signature',
BUTTON_SET_PEER: 'Set Peer'
},
Expand Down