Skip to content

Commit 4efe0b2

Browse files
authored
Merge pull request #2108 from mikeller/fix_non_supported_message
Fixed message about non-supported firmware.
2 parents 312cbb5 + a4d24a3 commit 4efe0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
"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."
507507
},
508508
"firmwareTypeNotSupported": {
509-
"message": "Non - Cleanflight/Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
509+
"message": "Non - Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
510510
},
511511
"firmwareUpgradeRequired": {
512512
"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."

0 commit comments

Comments
 (0)