Skip to content

Commit

Permalink
Change username to computername in Windows launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
amato-gianluca committed Oct 11, 2019
1 parent 9ac936d commit 6407e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/sai.hta
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<body>
<h1>Insert Parameters for Launching SAI</h1>
<form name="form">
<p>Username:&nbsp;<input type="text" name="username" id="username"/></p>
<p>Computername:&nbsp;<input type="text" name="username" id="username"/></p>
<p>Password:&nbsp;<input type="password" name="password" id="password" /></p>
<p>Optional Parameters:&nbsp;<input type="text" name="params" id="params" /></p>

Expand Down

0 comments on commit 6407e1e

Please sign in to comment.