Skip to content

Commit

Permalink
Fix prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr authored Jul 22, 2022
1 parent 0f68dd5 commit 5c7cc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usergui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UserGui {
}

if(!grantArr.includes("GM_setValue")) {
prompt(`${this.#projectName} needs GM_getValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
prompt(`${this.#projectName} needs GM_setValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
}
}
}
Expand Down

0 comments on commit 5c7cc83

Please sign in to comment.