SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/nomenclature/new_combination/lang/help/en.js

Summary

Maintainability
A
0 mins
Test Coverage
//  New taxon name
//  language: en

export default {

  section: {
    search: {
      input: "Type species or generic combination (genus, subgenus). Capitalization and parenthesis are important and required (e.g. genus group names will not match lower-case). <em> Search will not start until a space between two words is detected (e.g. genus species or genus subgenus).",
    },
    recent: {
      overview: "Recently created records are listed here, with options to browse or edit those records."
    }
  }
}