We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1980cc2 commit 3baa49dCopy full SHA for 3baa49d
module/webroot/index.js
@@ -83,7 +83,7 @@ async function getVersion() {
83
getStatus();
84
} catch (error) {
85
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");
+ updateStatus("Please enable JavaScript API in MMRL settings:\n1. Settings\n2. Security\n3. Allow JavaScript API\n4. Re-Malwack\n5. Enable both option");
87
} else {
88
updateStatus("Error reading description from module.prop");
89
}
0 commit comments