diff --git a/app/views/crops/_thumbnail.html.haml b/app/views/crops/_thumbnail.html.haml
index 7c7f3d6ec..948c59bbc 100644
--- a/app/views/crops/_thumbnail.html.haml
+++ b/app/views/crops/_thumbnail.html.haml
@@ -9,4 +9,4 @@
%h3.crop-name= link_to crop, crop
%h5.crop-sci-name
- = crop.default_scientific_name
+ = crop.scientific_names.first&.name