1
0
Fork 0
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:
Darren Lines 2024-04-09 21:32:11 +01:00
parent c9a42963e5
commit 23e428b059
2 changed files with 6 additions and 5 deletions

View file

@ -2174,7 +2174,7 @@
"message": "Save Settings"
},
"cliMscBtn": {
"message": "MSC"
"message": "Blackbox (MSC)"
},
"cliDiffAllBtn": {
"message": "Diff All"

View file

@ -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>