mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Fix typos (#4079)
This commit is contained in:
parent
1a979e3105
commit
b9e602fa71
1 changed files with 4 additions and 4 deletions
|
@ -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')."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue