From fcc67cfaf0c8b6ee09233de78f6bf5e352a89c97 Mon Sep 17 00:00:00 2001 From: Slinky Date: Tue, 25 Sep 2018 20:06:55 +0100 Subject: [PATCH] fix(strings): typo & grammar fix defualt > default --- app/components/Onboarding/ConnectionType/messages.js | 2 +- app/components/Onboarding/messages.js | 2 +- app/translations/en.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/Onboarding/ConnectionType/messages.js b/app/components/Onboarding/ConnectionType/messages.js index e6d08cac..37c2f6c5 100644 --- a/app/components/Onboarding/ConnectionType/messages.js +++ b/app/components/Onboarding/ConnectionType/messages.js @@ -4,7 +4,7 @@ import { defineMessages } from 'react-intl' export default defineMessages({ default: 'Default', default_description: - 'By selecting the defualt mode we will do everything for you. Just click and go!', + 'By selecting the default mode we will do everything for you. Just click and go!', only: 'only', custom: 'Custom', custom_description: diff --git a/app/components/Onboarding/messages.js b/app/components/Onboarding/messages.js index c2c9d432..d7feb033 100644 --- a/app/components/Onboarding/messages.js +++ b/app/components/Onboarding/messages.js @@ -4,7 +4,7 @@ import { defineMessages } from 'react-intl' export default defineMessages({ connection_title: 'How do you want to connect to the Lightning Network?', connection_description: - 'By default Zap will spin up a node for you and handle all the nerdy stuff in the background. However you can also setup a custom node connection and use Zap to control a remote node if you desire (for advanced users).', + 'By default, Zap will spin up a node for you and handle all the nerdy stuff in the background. However, you can also set up a custom node connection and use Zap to control a remote node if you desire (for advanced users).', connection_details_custom_title: 'Connection details', connection_details_custom_description: 'Enter the connection details for your Lightning node.', btcpay_title: 'BTCPay Server', diff --git a/app/translations/en.json b/app/translations/en.json index f48ed5e7..2708f659 100644 --- a/app/translations/en.json +++ b/app/translations/en.json @@ -80,7 +80,7 @@ "components.Onboarding.ConnectionType.custom": "Custom", "components.Onboarding.ConnectionType.custom_description": "Connect to your own node. You will need to provide your own connection settings so this is for advanced users only.", "components.Onboarding.ConnectionType.default": "Default", - "components.Onboarding.ConnectionType.default_description": "By selecting the defualt mode we will do everything for you. Just click and go!", + "components.Onboarding.ConnectionType.default_description": "By selecting the default mode we will do everything for you. Just click and go!", "components.Onboarding.ConnectionType.only": "only", "components.Onboarding.FormContainer.back": "back", "components.Onboarding.FormContainer.help": "Need Help?", @@ -104,7 +104,7 @@ "components.Onboarding.btcpay_title": "BTCPay Server", "components.Onboarding.confirm_connection_description": "Confirm the connection details for your Lightning node.", "components.Onboarding.confirm_connection_title": "Confirm connection", - "components.Onboarding.connection_description": "By default Zap will spin up a node for you and handle all the nerdy stuff in the background. However you can also setup a custom node connection and use Zap to control a remote node if you desire (for advanced users).", + "components.Onboarding.connection_description": "By default, Zap will spin up a node for you and handle all the nerdy stuff in the background. However, you can also set up a custom node connection and use Zap to control a remote node if you desire (for advanced users).", "components.Onboarding.connection_details_custom_description": "Enter the connection details for your Lightning node.", "components.Onboarding.connection_details_custom_title": "Connection details", "components.Onboarding.connection_title": "How do you want to connect to the Lightning Network?",