Project

General

Profile

« Previous | Next » 

Revision 6b294c11

Added by Andreas Kohlbecker almost 7 years ago

Improving no taxon message on name page

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1774 1774
      $taxon_name_page->content = compose_list_of_taxa($taxon_pager->records);
1775 1775
    }
1776 1776
    else {
1777
      $taxon_name_page->content = 'This name has no taxa';
1777
      $taxon_name_page->content = 'This name is not assigned to a taxon.';
1778 1778
    }
1779 1779
    return $taxon_name_page;
1780 1780
  }

Also available in: Unified diff