From 8fcd54d13edbee1fedfa15bb60b735768e981887 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 23 Oct 2022 19:12:57 +0200 Subject: Improve feature errors in HTML5 for easier understanding --- misc/dist/html/full-size.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/dist') diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 6ae3e5cc73..6710cb1533 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -215,7 +215,7 @@ const engine = new Engine(GODOT_CONFIG); const missing = Engine.getMissingFeatures(); if (missing.length !== 0) { - const missingMsg = 'Warning!\nThe following features required to run Godot projects on the Web are missing:\n'; + const missingMsg = 'Error\nThe following features required to run Godot projects on the Web are missing:\n'; displayFailureNotice(missingMsg + missing.join('\n')); } else { setStatusMode('indeterminate'); -- cgit v1.2.3