From 96e463fb8a587cc7a29a86d360c18283584178e5 Mon Sep 17 00:00:00 2001 From: boldninja Date: Fri, 21 Feb 2020 16:53:26 +0100 Subject: [PATCH] chore: Make multisignature text consistent Make multisignature text consistent throughout --- src/renderer/i18n/locales/en-US.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/renderer/i18n/locales/en-US.js b/src/renderer/i18n/locales/en-US.js index c0326f644c..c5a6f9fe39 100644 --- a/src/renderer/i18n/locales/en-US.js +++ b/src/renderer/i18n/locales/en-US.js @@ -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', @@ -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}' @@ -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', @@ -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: { @@ -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', @@ -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', @@ -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', @@ -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}', @@ -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', @@ -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' },