Skip to content

Commit

Permalink
Small fixes suggested by Reynold Tan.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Apr 30, 2020
1 parent 9c83b64 commit 04a9928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/SequenceVariantSearch.inc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class SequenceVariantSearch extends KPSEARCH {
$form['project']['#autocomplete_path'] = 'tripal_ajax/nd_genotypes/project/name';

// Add a sequence range element.
$description = 'The range of the genome you would like to display variants from.';
$description = 'The range of the genome you would like to display variants from (e.g. LcChr2:1000-50000).';
$form['seq_range'] = array(
'#type' => 'markup',
'#prefix' => '<div class="seq-range-element form-item"><label>Genome Range</label>',
Expand Down

0 comments on commit 04a9928

Please sign in to comment.