Skip to content

Commit 3baa49d

Browse files
committed
module_webui: fix js api enable message
1 parent 1980cc2 commit 3baa49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/webroot/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function getVersion() {
8383
getStatus();
8484
} catch (error) {
8585
if (typeof ksu !== 'undefined' && ksu.mmrl) {
86-
updateStatus("Please enable JavaScript API in MMRL settings:\n1. Settings\n2. Security\n3. Allow JavaScript API\n4. Bindhosts\n5. Enable both option");
86+
updateStatus("Please enable JavaScript API in MMRL settings:\n1. Settings\n2. Security\n3. Allow JavaScript API\n4. Re-Malwack\n5. Enable both option");
8787
} else {
8888
updateStatus("Error reading description from module.prop");
8989
}

0 commit comments

Comments
 (0)