Skip to content

Commit bdd06e9

Browse files
committed
Remove unsupported
1 parent 81f49ac commit bdd06e9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

locales/en/messages.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,9 +3549,6 @@
35493549
"dataflashButtonSaveFile": {
35503550
"message": "Save flash to file..."
35513551
},
3552-
"dataflashButtonSaveFileDeprecated": {
3553-
"message": "Save flash to file... (unsupported)"
3554-
},
35553552
"dataflashSavetoFileNote": {
35563553
"message": "Directly saving flash to file is slow and inherently prone to error / file corruption.<br>In some cases it will work for small files, but this is not supported and support requests for it will be closed without comment - use Mass Storage mode instead."
35573554
},

src/tabs/onboard_logging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 i18n="dataflashSavingTitle"></h3>
113113
<a class="regular-button require-msc-not-supported save-flash-erase" href="#" i18n="dataflashButtonSaveAndErase"></a>
114114
<a class="regular-button require-msc-not-supported save-flash" href="#" i18n="dataflashButtonSaveFile"></a>
115115
<a class="regular-button require-msc-supported save-flash-erase" href="#" i18n="dataflashButtonSaveAndErase"></a>
116-
<a class="regular-button require-msc-supported save-flash" href="#"><span i18n="dataflashButtonSaveFileDeprecated"></span><span class="helpicon cf_tip" i18n_title="dataflashSaveFileDepreciationHint"></span></a>
116+
<a class="regular-button require-msc-supported save-flash" href="#"><span i18n="dataflashButtonSaveFile"></span><span class="helpicon cf_tip" i18n_title="dataflashSaveFileDepreciationHint"></span></a>
117117
<p i18n="dataflashSavetoFileNote"></p>
118118
</div>
119119
</div>

0 commit comments

Comments
 (0)