f64d9c637f00882aa4db290ef7eb31999d3a1fe7 angie Mon Oct 26 13:31:36 2020 -0700 Remove 'accession' and capitalize ID as suggested by Daniel. refs #26081 diff --git src/hg/js/hgGateway.js src/hg/js/hgGateway.js index 41610c4..72a1b59 100644 --- src/hg/js/hgGateway.js +++ src/hg/js/hgGateway.js @@ -609,31 +609,31 @@ return { draw: draw, colors: stripeColors, hubColor: hubColor }; }()); // rainbow ///////////////////////////// Module: hgGateway ///////////////////////////// var hgGateway = (function() { // Interactive parts of the new gateway page: species autocomplete, // graphical species-picker, db select, and position autocomplete. // Constants - var speciesWatermark = 'Enter species, common name or assembly accession/id'; + var speciesWatermark = 'Enter species, common name or assembly ID'; var positionWatermark = 'Enter position, gene symbol or search terms'; // Shortcuts to popular species: var favIconTaxId = [ ['Human', 9606], ['Mouse', 10090], ['Rat', 10116], ['Zebrafish', 7955], ['Fly', 7227], ['Worm', 6239], ['Yeast', 559292] ]; // Aliases for species autocomplete: var commonToSciNames = { bats: 'Chiroptera', bees: 'Apoidea', birds: 'Aves', fish: 'Actinopterygii', fly: 'Diptera',