1
0
mirror of synced 2025-12-16 12:04:23 +08:00

chore: typo

This commit is contained in:
redhoodsu
2019-10-11 14:24:52 +08:00
parent bd520e8195
commit 6576fa87bc

View File

@@ -299,7 +299,7 @@ export default class Console extends Tool {
settings
.text('Console')
.switch(cfg, 'jsExecution', 'Enable JavaScript execution')
.switch(cfg, 'jsExecution', 'Enable JavaScript Execution')
.switch(cfg, 'catchGlobalErr', 'Catch Global Errors')
.switch(cfg, 'overrideConsole', 'Override Console')
.switch(cfg, 'displayIfErr', 'Auto Display If Error Occurs')