Skip to content

Commit

Permalink
Merge pull request #1059 from JessterB/AG-589
Browse files Browse the repository at this point in the history
AG-589: Fix typo in typeahead error message
  • Loading branch information
JessterB committed Jun 3, 2022
2 parents 88ead15 + 7d6e2f3 commit b521576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/genes/gene-search/gene-search.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class GeneSearchComponent implements OnInit {
gene: Gene;
hgncSymbolNotFoundString: string = 'No results found. Try searching by the Ensembl Gene ID.';
ensemblIdNotFoundString: string = 'Unable to find a matching gene. Try searching by gene symbol.';
notValidSearchString: string = 'Please enter a least two characters.';
notValidSearchString: string = 'Please enter at least two characters.';
notValidEnsemblIdString: string = 'You must enter a full 15-character value to search for a gene by Ensembl identifier.';
hgncSymbolCounts: {};

Expand Down

0 comments on commit b521576

Please sign in to comment.