Update debug.html: fix data-i18n

This commit is contained in:
Rivelle
2024-12-30 15:08:59 +08:00
committed by GitHub
parent 3a29756109
commit 7db2042b7b

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="Debug Warning"> <div data-i18n="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">