diff --git a/app/views/proposals/index.html.haml b/app/views/proposals/index.html.haml
index bc704296..97a721c0 100644
--- a/app/views/proposals/index.html.haml
+++ b/app/views/proposals/index.html.haml
@@ -67,7 +67,7 @@
%small.text-muted
= event.event_type.title
= "(#{event.event_type.length} min)"
- = "in #{event.traistck.name}" if event.track
+ = "in #{event.track.name}" if event.track
- if event.require_registration
%br
= link_to registered_text(event), registrations_conference_program_proposal_path(@conference.short_title, event), class: 'btn btn-xs btn-danger'