e9c3757c29ec6d08b6232e0a671fe5970bb58e2e
lrnassar
  Wed Feb 18 19:21:54 2026 -0800
Feedback from CR, refs #37124

diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 37a8d93a839..08d3bf79059 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -9942,31 +9942,31 @@
                     }
                 }
 
             hPrintf("<button type='button' class=\"hgtButtonHideGroup\" data-group-name=\"%s\" "
                     "title='Hide all tracks in this group'>Hide group</button>&nbsp;",
                     group->name);
 
             if (hub || group->errMessage)
                 {
 		safef(idText, sizeof idText, "%s_%d_disconn", hubName, disconCount);
                 disconCount++;
                 hPrintf("<input name=\"hubDisconnectButton\" title='Disconnect third-party track hub and remove all tracks' "
                         "id='%s'"
                     " type=\"button\" value=\"Disconnect\">\n", idText);
 		jsOnEventByIdF("click", idText,
-                    "if (window.confirm(\"Disconnect this hub?\\n\\nReconnecting later will require navigating to My Data → Track Hubs to find it again or re-entering the hub URL.\")) {"
+                    "if (window.confirm(\"Disconnect this hub?\\n\\nReconnecting later will require navigating to My Data -> Track Hubs to find it again or re-entering the hub URL.\")) {"
                     "document.disconnectHubForm.elements['hubId'].value='%s';"
                     "document.disconnectHubForm.submit();return true;"
                     "}",
 		    hubName + strlen(hubTrackPrefix));
 
 #ifdef GRAPH_BUTTON_ON_QUICKLIFT
 		safef(idText, sizeof idText, "%s_%d_graph", hubName, graphCount);
                 graphCount++;
                 hPrintf("<input name=\"graphButton\" id='%s'"
                     " type=\"button\" value=\"Graph\">\n", idText);
 #endif
 		}
 
             hPrintf("<input type='submit' name='hgt.refresh' value='Refresh' "
                     "title='Update image with your changes. Any of the refresh buttons on this page may be used.'>\n");