7f6ed181ccec7c0a8e4e8e422a15652592db62f6
hiram
  Wed Mar 23 15:11:32 2022 -0700
most recent set of corrections refs #28961

diff --git src/hg/htdocs/inc/garModal.html src/hg/htdocs/inc/garModal.html
index 62718e7..2c9256f 100644
--- src/hg/htdocs/inc/garModal.html
+++ src/hg/htdocs/inc/garModal.html
@@ -1,28 +1,27 @@
 <div id="modalWrapper">
 <div id="modalWindow">
 
 <div style="text-align: right;"><a id="modalClose" href="#">close <b>X</b></a></div>
 
-<p>Complete the form below to send a request for this assembly to be added to the GenArk collection:</p>
+<p>Complete this form to request a Genome Browser for this assembly:</p>
 
 <form id="modalFeedback" method="GET" action="" accept-charset="UTF-8">
 <p><label>Your Name<strong>*</strong><br>
 <input type="text" autofocus required size="48" name="name" value=""></label></p>
 <p><label>Email Address<strong>*</strong><br>
 <input type="email" required title="Please enter a valid email address" size="48" name="email" value=""></label></p>
 <p><label>Suggestion for common name:<br>
 <input type="betterCommonName" size="48" name="betterCommonName" id="betterCommonName"  value=""></label></p>
 <p><label>Other comments:<br>
 <textarea type="comment" cols="48" rows="8" id="comment" name="comment"></textarea></label></p>
 <ul class="noBullets">
 <li><div><span id="commonName">&nbsp;</span></div></li>
 <li><div><span id="formSciName">&nbsp;</span></div></li>
 <li><div><span id="formAsmId">&nbsp;</span></div></li>
 </ul>
 <p><input type="submit" id="submitButton" name="feedBackForm" value="Submit request"></p>
 <p>You will receive an acknowledgment email response to indicate we have received your request.</p>
 </form>
 
-<div><p id="garStatus">&nbsp;</p></div>
 </div> <!-- #modalWindow -->
 </div> <!-- #modalWrapper -->