Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Nov 6, 2024
1 parent 495bc6e commit 7a6b139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function describeDetails(specimen) {
describeCollectionDate(specimen),
specimen.recordedBy && `Recorded by ${specimen.recordedBy}`,
describeIdentifiedBy(specimen),
specimen.georeferencedBy && `Georeferenced by ${specimen.georeferencedBy}${describeGeoreferenceUncertainty(specimen)}`,
specimen.georeferencedBy && `Geolocated by ${specimen.georeferencedBy}${describeGeoreferenceUncertainty(specimen)}`,
// CollectionObject #1234
specimen.dwc_occurrence_object_id && `${specimen.dwc_occurrence_object_type} #${specimen.dwc_occurrence_object_id}`,
].filter(Boolean)
Expand Down

0 comments on commit 7a6b139

Please sign in to comment.