Skip to content

Commit

Permalink
Merge pull request betaflight#2108 from mikeller/fix_non_supported_me…
Browse files Browse the repository at this point in the history
…ssage

Fixed message about non-supported firmware.
  • Loading branch information
mikeller committed Jul 6, 2020
1 parent 4f64639 commit eb4cc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"message": "This firmware version is <span class=\"message-negative\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
},
"firmwareTypeNotSupported": {
"message": "Non - Cleanflight/Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
"message": "Non - Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
},
"firmwareUpgradeRequired": {
"message": "The firmware on this device needs upgrading to a newer version. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
Expand Down

0 comments on commit eb4cc0f

Please sign in to comment.