mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Change text to make it more obvious that MSC is for Blackbox
This commit is contained in:
parent
c9a42963e5
commit
23e428b059
2 changed files with 6 additions and 5 deletions
|
@ -2174,7 +2174,7 @@
|
|||
"message": "Save Settings"
|
||||
},
|
||||
"cliMscBtn": {
|
||||
"message": "MSC"
|
||||
"message": "Blackbox (MSC)"
|
||||
},
|
||||
"cliDiffAllBtn": {
|
||||
"message": "Diff All"
|
||||
|
|
|
@ -145,13 +145,14 @@
|
|||
|
||||
<div class="require-sdcard-ready">
|
||||
<ul class="sdcard-contents">
|
||||
<li class="sdcard-other">
|
||||
<div class="legend"></div>
|
||||
</li>
|
||||
<li class="sdcard-free">
|
||||
<div class="legend"></div>
|
||||
</li>
|
||||
</ul>
|
||||
<li class="sdcard-other">
|
||||
<div class="legend"></div>
|
||||
</li>
|
||||
</ul><bbr />
|
||||
<a class="require-msc-ready regular-button onboardLoggingRebootMsc" href="#" i18n="cliMscBtn"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue