Update debug.html: fix data-i18n

This commit is contained in:
Rivelle
2024-12-30 15:35:05 +08:00
committed by GitHub
parent 421402615a
commit cfa4bcc1b8

View File

@ -1,6 +1,6 @@
<div> <div>
<h3 data-i18n="Debug Menu">Debug Menu</h3> <h3 data-i18n="Debug Menu">Debug Menu</h3>
<div data-i18n="Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences."> <div data-i18n="WARNING: Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.">
Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences. Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.
</div> </div>
<table id="debug_table" class="responsiveTable"> <table id="debug_table" class="responsiveTable">