Skip to content

Commit

Permalink
More adjustment to nomad helper message
Browse files Browse the repository at this point in the history
(reference #54)
  • Loading branch information
piotrzarzycki21 committed May 17, 2024
1 parent 01a3846 commit 6d0628d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
private function snackbarContentInitComplete(event:Event):void
{
firstMessage.html = "Copy <code>" + dataDirectory + "/domino/html/Super.Human.Portal/js-release/resources/nomadhelper.html</code> to <code>/opt/hcl/domino/notes/latest/linux/nomad-files</code>";
secondMessage.html = "Update nomad_helper_url to <code>" + nomadBaseUrl + "/nomadhelper.html</code> in SuperHumanPortal.nsf";
secondMessage.html = "Update <code>nomad_helper_url</code> to <code>" + nomadBaseUrl + "/nomadhelper.html</code> in SuperHumanPortal.nsf";
}
private function onFirstMessageCopyClick(event:MouseEvent):void
Expand Down

0 comments on commit 6d0628d

Please sign in to comment.