From b9e602fa71ac9107811cb63d7270913b1633a33c Mon Sep 17 00:00:00 2001 From: Leonardo Ciocari Date: Mon, 1 Jul 2024 16:22:26 -0400 Subject: [PATCH] Fix typos (#4079) --- locales/en/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index 2cdae9aa93..c26fe3b09b 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -7341,19 +7341,19 @@ "message": "Configuration Filename:" }, "firmwareFlasherRadioProtocolDescription": { - "message": "Select the radio protocol you would like included in this build. Note this is a drop down, but only one item maybe selected." + "message": "Select the radio protocol you would like included in this build. Note this is a drop down, but only one item may be selected." }, "firmwareFlasherTelemetryProtocolDescription": { - "message": "Select the telemetry protocol you would like included in this build. Note this is a drop down, but only one item maybe selected. There are also some telemetry protocols that will be enabled, regardless of your selection here based on the radio protocol selected, e.g. CRSF." + "message": "Select the telemetry protocol you would like included in this build. Note this is a drop down, but only one item may be selected. There are also some telemetry protocols that will be enabled, regardless of your selection here based on the radio protocol selected, e.g. CRSF." }, "firmwareFlasherOptionLabelTelemetryProtocolIncluded": { "message": "Automatically Included" }, "firmwareFlasherOptionsDescription": { - "message": "Select the generic options you would like included in this build. Note this is a drop down, and multiple items maybe selected. Such items as fixes, e.g. AKK VTX, are included here." + "message": "Select the generic options you would like included in this build. Note this is a drop down, and multiple items may be selected. Such items as fixes, e.g. AKK VTX, are included here." }, "firmwareFlasherMotorProtocolDescription": { - "message": "Select the motor (ESC) protocol you would like included in this build. Note this is a drop down, but only one item maybe selected." + "message": "Select the motor (ESC) protocol you would like included in this build. Note this is a drop down, but only one item may be selected." }, "firmwareFlasherBranchDescription": { "message": "Especially useful for developers, you can select a merged PR, specify a commit sha, or specify a 'yet to be merged' PR by typing in a # followed by the PR number e.g. #1234 (this is shorthand for the branch 'pull/1234/head')."