9b015ea745e001ab48af46610af1b7724fd066cc
jrobinso
  Mon Sep 22 16:28:40 2025 -0700
Typo in filepicker text

diff --git src/hg/htdocs/admin/filePicker.html src/hg/htdocs/admin/filePicker.html
index 41daa88cc4e..34191ca7bdb 100644
--- src/hg/htdocs/admin/filePicker.html
+++ src/hg/htdocs/admin/filePicker.html
@@ -38,31 +38,31 @@
     <h2 style="margin: 0; font-size: 2em;">IGV File Manager</h2>
     <p style="font-size: 1.1em;">
         Please do not close this window, it is necessary to maintain access to the files that you open below. If
         you close this window, the Genome Browser's IGV track loses access to the files.</p>
 </section>
 
 <section class="section-group">
     <div id="message" style="color: red; font-weight: bold; display: none;">
         Please select the following files to restore access:
         <p>
         <ul id="restoreList"></ul>
         </p>
     </div>
     <h3>Local Files</h3>
     <p>
-        Click the "Chose Files" button to select track files in supported formats from your local file system. For
+        Click the "Choose Files" button to select track files in supported formats from your local file system. For
         indexed
         formats both data and index files must be selected.
     </p>
     <p>
         Selected files are loaded directly from your file system to the web browser. <b>No data is transfered to UCSC or
         any other server, it remains on your local computer</b>. If you make a session shortlink on the
         Genome Browser, these files will not be included and cannot be loaded by the person that
         opens the session link.
     </p>
     <p>
         If this window is closed file access is lost, and you must re-open this window with the "Add IGV Tracks" button
         and re-select the files to restore access.
     </p>
 
     <input type="file" id="fileInput" multiple>