Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Sep 20, 2024
1 parent ee2543b commit 55b63a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_client/cmd_electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ CABLES_CMD_STANDALONE.addOpPackage = (options, next) =>
opDirSelect += "</select>";
opDirSelect += "<hr/>";
html += opDirSelect;
html += "Enter package.json location (url, zip, git, npm, ...):";
html += "Enter <a href=\"https://docs.npmjs.com/cli/v10/commands/npm-install\">package.json</a> location (git, npm, thz, url, ...):";

new CABLES.UI.ModalDialog({
"prompt": true,
Expand Down

0 comments on commit 55b63a8

Please sign in to comment.