Skip to content

Commit 5c7cc83

Browse files
authored
Fix prompt message
1 parent 0f68dd5 commit 5c7cc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usergui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class UserGui {
1919
}
2020

2121
if(!grantArr.includes("GM_setValue")) {
22-
prompt(`${this.#projectName} needs GM_getValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
22+
prompt(`${this.#projectName} needs GM_setValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)